Pro Tier ($199/mo)
Run TAO Council
Manually trigger a TAO Council deliberation and return the latest persisted verdict
POST
Pro tier endpoint — requires a valid Pro API key. Rate-limited to
5/min per tier (council deliberation is Anthropic API-cost heavy).
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_councilTelegram 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 withsuccess: trueand adetailmessage explaining the trigger mechanism.
Request
No request body required —POST with your API key is sufficient.