Product
Changelog
1.3.0
- Added public
GET /api/v1/agents,GET /api/v1/models,GET /api/v1/projects,GET /api/v1/conversations, and idempotentPOST /api/v1/conversations. - Expanded the MCP manifest to
getDeveloperApiCapabilities,listAgents,listModels,listProjects, andlistConversations. - Documented
agents:read,models:read,projects:read,conversations:read,conversations:write, no-store responses, bearer auth, and REST-only write policy.
1.2.0
- Added billing and tier-limit pages for workspace quotas.
- Documented runtime LLM metering by provider stream, not user message.
- Clarified token metering from finish/step-finish provider usage and monthly reset behavior.
1.1.0
- Unified product docs, API reference, and MCP docs under
/docs. /developersis legacy and redirects to the same portal.- Search is powered by Pagefind across product and integration pages.
1.0.0
- OpenAPI 3.1 contract published at
GET /api/v1/openapi.json. - Credential creation documented for
POST /api/v1/credentials. - Capability discovery documented for
GET /api/v1/capabilities. - MCP Streamable HTTP documented at
POST /mcp.
Last modified on