API Reference
Authenticate with a scoped API key, then submit governed queries against your tenant's approved source library.
POST /v1/kriton/ask
Authorization: Bearer <api_key>
Content-Type: application/json
{
"mode": "workflow",
"question": "How should we treat a multi-element contract under ASC 606?",
"jurisdiction": "US"
}Every response includes a source bundle ID, risk classification, and confidence state alongside the answer text.

