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.
- /ask - NLWeb-style natural language endpoint.
- /webhooks - webhook policy page.
- /.well-known/oauth-authorization-server - RFC 8414 metadata.
- /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.
/.well-known/oauth2/authorizeand/.well-known/oauth2/tokenare available for OAuth discovery and scoped token flows.- JSON error format: `error.code`, `error.message`, `error.hint`, `error.retryable`.
- Streaming: send `Accept: text/event-stream` to
/mcpfor SSE progress events. - NLWeb:
POST /asksupports JSON response and SSE viaprefer.streaming=true. - Webhook policy: no public webhook receiver endpoint is published (see /webhooks).