Node.js client for the unofficial ChatGPT API.
 
 
 
Go to file
Travis Fischer b066de9c5f 2025-06-13 05:05:55 +07:00
.cursor/rules
.github
.vscode
apps 2025-06-13 05:05:55 +07:00
packages 🚈 2025-06-13 05:04:58 +07:00
.editorconfig
.gitignore
.npmrc
.prettierignore
CLAUDE.md
eslint.config.js
license
package.json
pnpm-lock.yaml feat: fix and add e2e tests for rate-limits 2025-06-13 05:02:16 +07:00
pnpm-workspace.yaml
readme.md feat: fix and add e2e tests for rate-limits 2025-06-13 05:02:16 +07:00
tsup.config.ts
turbo.json

readme.md

Build Status Prettier Code Formatting

Agentic

API Gateway

  • REST: GET/POST https://gateway.agentic.so/deploymentIdentifier/toolName
  • MCP: https://gateway.agentic.so/deploymentIdentifier/mcp

TODO

  • webapp
  • stripe
    • stripe checkout
    • stripe billing portal
  • auth
    • custom auth pages for openauth
  • API gateway
    • oauth flow
    • openapi-kitchen-sink
      • add more test cases to e2e tests
    • mcp-kitchen-sink
    • how to handle binary bodies and responses?
    • improve logger vs console for non-hono path and util methods
    • default rate limits?
    • test usage tracking and reporting
    • disallow mcp as a tool name or figure out a different workaround
  • Public MCP server interface
    • how does oauth work with this flow?
    • pass requestId to DurableMcpServer somehow on a per-request basis
  • Origin MCP servers
    • how to guarantee that the request is coming from agentic?
      • _meta for tool calls
      • still need a way of doing this for initial connection requests
    • mcp auth provider support
    • binary bodies / responses?
    • resources
    • prompts
    • other MCP features?

TODO Post-MVP

License

UNLICENSED PROPRIETARY © Agentic

To stay up to date or learn more, follow @transitive_bs on Twitter.