Node.js client for the unofficial ChatGPT API.
 
 
 
Go to file
Travis Fischer ab32e0bb6a 🐜 2025-06-08 00:45:57 +07:00
.cursor/rules
.github
.vscode
apps 🐜 2025-06-08 00:45:57 +07:00
packages feat: add blacklist for namespaces (usernames + team names) 2025-06-08 00:36:20 +07:00
.editorconfig
.gitignore 🐜 2025-06-08 00:45:57 +07:00
.npmrc
.prettierignore
eslint.config.js
license
package.json
pnpm-lock.yaml 🔈 2025-06-07 16:13:44 +07:00
pnpm-workspace.yaml
readme.md 🐜 2025-06-08 00:45:57 +07:00
tsup.config.ts
turbo.json

readme.md

Build Status Prettier Code Formatting

Agentic

API Gateway

  • REST: GET/POST gateway.agentic.so/deploymentIdentifier/toolName
    • => MCP: MCPClient.callTool with JSON body parameters
    • => OpenAPI: GET/POST/ETC originUrl/toolName operation with transformed JSON body params
  • MCP: mcp.agentic.so/deploymentIdentifier MCP server?
    • => MCP: MCPClient.callTool just proxying tool call
    • => OpenAPI: GET/POST/ETC originUrl/toolName operation with transformed tool params
  • RAW: METHOD gateway.agentic.so/deploymentIdentifier/<pathname>
    • => Raw HTTP: METHOD originUrl/<pathname> simple HTTP proxy request

TODO

  • webapp
  • stripe
    • stripe checkout
    • stripe billing portal
  • end-to-end working examples
    • openapi
    • mcp
    • raw
  • auth
    • custom auth pages for openauth
  • API gateway
    • enforce rate limits
    • how to handle binary bodies and responses?
    • add support for immutable in toolConfigs
  • Public MCP server interface
    • TODO
  • Origin MCP servers
    • CF durable object stability across requests
    • how to guarantee that the request is coming from agentic?
      • like x-agentic-proxy-secret or signed requests but for MCP servers
      • or do this once at the connection level?
    • how to pass agentic gateway context to origin server?
      • instead of headers, maybe optional agenticContext param?
      • how does this work with mcp auth?
    • mcp auth provider support
    • SSE support? (no; post-mvp if at all; only support streamable http like smithery does, or maybe support both?)
    • caching for MCP tool call responses
    • binary bodies / responses?
    • resources
    • prompts
    • other MCP features?
  • allow config name to be project-name or @namespace/project-name?

TODO Post-MVP

License

UNLICENSED PROPRIETARY © Agentic

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