Skip to content

sendyka API docs

Direct API documentation entrypoint for agents and developers searching by name.

Core API and MCP links

Auth docs, errors, and streaming

  • /.well-known/oauth-protected-resource - auth metadata.
  • /.well-known/oauth2/authorize and /.well-known/oauth2/token are 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 /mcp for SSE progress events.
  • NLWeb: POST /ask supports JSON response and SSE via prefer.streaming=true.
  • Webhook policy: no public webhook receiver endpoint is published (see /webhooks).