kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
![]() |
||
---|---|---|
.cursor/rules | ||
.github | ||
.vscode | ||
apps | ||
packages | ||
.editorconfig | ||
.gitignore | ||
.npmrc | ||
.prettierignore | ||
eslint.config.js | ||
license | ||
package.json | ||
pnpm-lock.yaml | ||
pnpm-workspace.yaml | ||
readme.md | ||
tsup.config.ts | ||
turbo.json |
readme.md
Agentic
TODO
- webapp
- stripe
- stripe checkout
- stripe billing portal
- end-to-end working examples
- openapi
- mcp
- raw
- auth
- custom auth pages for
openauth
- custom auth pages for
- consider
projectName
andprojectSlug
orprojectIdentifier
? - add username / team name blacklist
- admin, internal, mcp, sse, etc
- API gateway
- MCP server vs REST gateway on public and internal sides
- 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:
mcp.agentic.so/deploymentIdentifier/sse
MCP server?- => MCP:
MCPClient.callTool
just proxying tool call - => OpenAPI:
GET/POST/ETC originUrl/toolName
operation with transformed tool params
- => MCP:
- RAW:
METHOD gateway.agentic.so/deploymentIdentifier/<pathname>
- => Raw HTTP:
METHOD originUrl/<pathname>
simple HTTP proxy request
- => Raw HTTP:
- REST:
- add support for custom headers on responses
- how to handle binary bodies and responses?
- MCP server vs REST gateway on public and internal sides
- public identifiers and validators
- revisit deployment identifiers so possibly be URL-friendly?
- move validators package into platform-types?
- force toolPath to be non-empty except for
raw
?- will remove ambiguity from
username/
- will remove ambiguity from
- make namespace optional? and require
@
prefix if so? like npm packages - separate
parseToolIdentifier
fromparseDeploymentIdentifier
andparseProjectIdentifier
? - KISS
TODO Post-MVP
- stripe
- re-add coupons
- declarative json-based pricing
- stripe connect
- stripe-related billing emails
- re-add support for teams / organizations
- consider switching to consola for logging?
- consider switching to
bun
(for--hot
reloading!!) - validate stability of pricing plan slugs across deployments
- same for pricing plan line-items
- replace
ms
package - API gateway
- signed requests
@agentic/platform-hono
- additional transactional emails
License
UNLICENSED PROPRIETARY © Agentic
To stay up to date or learn more, follow @transitive_bs on Twitter.