Agent Discovery
MCP compatibility status
BaseKV is API-first and agent-ready today through OAuth-protected lifecycle endpoints, OpenAPI, and well-known discovery metadata. First-party hosted MCP server support is planned.
Current status
- Lifecycle API is available for machine provisioning and management.
- OAuth metadata and agent card endpoints are published.
- OpenAPI spec is available for tool generation and integration automation.
- Hosted MCP server endpoint is not yet public.
Machine-readable endpoints
Recommended integration pattern
- Create scoped API token in Dashboard.
- Validate token + limits via `GET /api/v1/whoami`.
- Use lifecycle endpoints with idempotency keys for writes.
- Persist endpoint credentials in your agent secret manager.