Dosu Developer Resources
Dosu is knowledge management reimagined for the AI era, built to be used directly by developers and by AI coding agents. This page indexes the developer resources for integrating with the Dosu API, MCP server, and CLI.
Docs
- Documentation: Complete product documentation, setup guides, and API reference
API
- OpenAPI Specification: Machine-readable specification for the Dosu Public API
- Interactive API Docs: Browsable Swagger UI for the Dosu Public API
- Agent Authentication: How agents and apps discover and authenticate — OAuth 2.0 with Dynamic Client Registration, plus API keys
- OAuth Protected Resource Metadata: RFC 9728 discovery metadata for agent auth
MCP
- Dosu MCP Server: Streamable HTTP Model Context Protocol endpoint for AI agents (Claude, Cursor, VS Code Copilot)
- MCP Servers Setup: Create and configure MCP servers scoped to your knowledge sources
CLI
Install the Dosu CLI to connect your coding agent:
curl -fsSL https://cli.dosu.dev/install | sh
For AI agents
- llms.txt: Curated index of Dosu resources for AI models
- llms-full.txt: Expanded version with inline content for RAG pipelines