Skip to main content
POST
Pro tier endpoint — requires a valid Pro API key. Rate-limited to 5/min per tier (council deliberation is Anthropic API-cost heavy).
Tier: Pro ($199/mo) Rate limit: 5/min Cache: None

How It Works

The TAO council auto-refreshes every 30 minutes via an internal background loop running inside the AIOKA core service. This endpoint allows a manual out-of-band refresh when you need a verdict before the next scheduled run.
Implementation note: Due to A-1 service isolation (the public API cannot import from the internal service), this endpoint returns the latest verdict from the database. The actual Anthropic API call to deliberate is triggered via the internal /tao_council Telegram command or by the 30-minute auto-refresh loop. If no new verdict has been produced in the last 2 minutes, the response reflects the last known verdict with success: true and a detail message explaining the trigger mechanism.

Request

No request body required — POST with your API key is sufficient.

Response Fields

Authorizations

X-API-Key
string
header
required

Your AIOKA Intelligence API key (format: aik_{tier}_{random})

Response

Council run result

success
boolean
required
verdict
TAOCouncilVerdict · object | null
detail
string | null