sendyka API docs
Direct API documentation entrypoint for agents and developers searching by name.
Core API and MCP links
- /openapi.json - canonical API schema.
- /developers/ - implementation notes and quickstart.
- /mcp - MCP transport endpoint.
- /.well-known/mcp/manifest.json - MCP discovery manifest.
- /.well-known/mcp/server-card.json - MCP tool catalog.
Auth docs, errors, and streaming
- /.well-known/oauth-protected-resource - auth metadata.
- JSON error format: `error.code`, `error.message`, `error.hint`, `error.retryable`.
- Streaming: send `Accept: text/event-stream` to
/mcpfor SSE progress events. - Webhook policy: no public webhook receiver endpoint is published.