- REST API — for application code and SDKs.
- MCP server — for AI agents like Claude and Cursor, with tools that mirror the REST API.
Bootstrap a RAG stack autonomously
A typical end-to-end flow an agent can run on its own:- Create a namespace to hold the knowledge base.
- Request upload URLs and upload files, or pass text and URLs directly.
- Create an ingest job and monitor it until documents are ready—or register a webhook to get notified.
- Search and chat over the ingested documents.
- Optionally enable hosting and attach a custom domain to share a chat UI.
Next steps
- API reference — Base URL, authentication, and every endpoint
- API keys — Create and manage keys for programmatic access
- MCP server — Connect agents to the hosted or local server