Node.js client for the unofficial ChatGPT API.
 
 
 
Go to file
Travis Fischer 0216b3612c feat: improve rate-limits support 2025-06-13 02:07:52 +07:00
.cursor/rules
.github 🐦 2025-06-12 05:56:04 +07:00
.vscode
apps feat: improve rate-limits support 2025-06-13 02:07:52 +07:00
packages feat: improve rate-limits support 2025-06-13 02:07:52 +07:00
.editorconfig
.gitignore feat: add sentry source-map upload to gateway deploy 2025-06-11 09:08:05 +07:00
.npmrc
.prettierignore
CLAUDE.md feat: add claude.md 2025-06-12 22:05:55 +07:00
eslint.config.js
license
package.json
pnpm-lock.yaml chore: update deps 2025-06-12 06:16:45 +07:00
pnpm-workspace.yaml chore: update deps 2025-06-12 06:16:45 +07:00
readme.md feat: improve rate-limits support 2025-06-13 02:07:52 +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 rate limiting
    • test usage tracking and reporting
    • disallow mcp as a tool name or figure out another 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.