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: MVP - **website** - marketing landing page - webapp - stripe - stripe checkout - stripe billing portal - auth - custom auth pages for `openauth` - **API gateway** - oauth flow - https://docs.scalekit.com/guides/mcp/oauth - **test usage tracking and reporting** - disallow `mcp` and `sse` as tool names or figure out a different workaround - docs - main readme - sub readmes - hosted docs - merge with current agentic repo - publish packages to npm ## TODO: Post-MVP - **website** - llms.txt and llms.txt for all projects - first-party deployment hosting - api gateway stress tests - auth - custom auth provider configs for projects/deployments - stripe - re-add coupons - declarative json-based pricing - like https://github.com/tierrun/tier and Saasify - https://github.com/tierrun/tier/blob/main/pricing/schema.json - https://blog.tier.run/tier-hello-world-demo - stripe connect - stripe-related billing emails - re-add support for teams / organizations - consider switching to [consola](https://github.com/unjs/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** - **do we just ditch the public REST interface and focus on MCP?** - SSE support? (no; post-mvp if at all; only support [streamable http](https://modelcontextprotocol.io/specification/2025-03-26/basic/transports#streamable-http) like smithery does, or maybe support both?) - signed requests - add support for custom headers on responses - add ability to only report stripe usage on non-cached requests - add support for ToolConfig.cost defaulting to 1, to easily support tools which cost multiple "credits" - extra `Sentry` instrumentation (`setUser`, `captureMessage`, etc) - test handling of binary bodies and responses - improve logger vs console for non-hono path and util methods - consider replacing `eventId` with uuids for `requestId`? - openapi origin kitchen sink - add more test cases to e2e tests for diff content types - mcp origin kitchen sink - add support for `/sse`? need to test with claude desktop - test handling of resources - `@agentic/platform-hono` - fix sentry middleware - https://github.com/honojs/middleware/blob/main/packages/sentry/src/index.ts - https://github.com/honojs/middleware/issues/943 - https://github.com/getsentry/sentry-javascript/tree/master/packages/cloudflare - **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? - additional transactional emails - consider `projectName` and `projectSlug` or `projectIdentifier`? - handle or validate against dynamic MCP origin tools - allow config name to be `project-name` or `@namespace/project-name`? - upgrade to zod v4 - add seed-db script which creates `dev` user (or team) and test fixtures - decide whether deployment fields like `defaultRateLimit` and others should be generated and stored in the db, or should be inferred based on `undefined` values - support multiple rate-limits by slug - RateLimit-Policy: "burst";q=100;w=60,"daily";q=1000;w=86400 - https://datatracker.ietf.org/doc/draft-ietf-httpapi-ratelimit-headers/ ## License UNLICENSED PROPRIETARY © [Agentic](https://x.com/transitive_bs) To stay up to date or learn more, follow [@transitive_bs](https://x.com/transitive_bs) on Twitter.