API Reference
Every endpoint of the v1 API β parameters, response examples, a copyable curl, and a console that runs the real call with your own key.
The API is read-only over your verified model, with a small write surface for AI-governance records. Every request is authenticated with an API key and scoped to the organization that key belongs to. The prose introduction lives in API & MCP; this page is the endpoint-by-endpoint reference.
Kept in this browser tab only (sessionStorage) and sent to nothing but this API. Close the tab and it is gone. Without a key you still get every example and a copyable curl.
Index
Discovery and key check.
Assessments
Read the verified model: assessments, behaviours, governed context, drift.
AI governance
Record what your own AI systems did, and what AI exposure a floor scan found.
MCP
The same model for copilots that speak the Model Context Protocol. Point an MCP client at /api/mcp with the same API key.
{
"mcpServers": {
"daritas": {
"url": "https://daritas.com/api/mcp",
"headers": { "Authorization": "Bearer dk_live_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" }
}
}
}