Skip to content
Decidi.ai

Account

Your billing, invoices and developer API access.

No active plan

Chat and one specialist consultation are on the house. A plan opens the specialists for good, panels, the full Multi-Agent Team — and, on Pro, working teams and Deep depth.

See plans

Billing details

Used on your invoices — and your name or company shows top-right in the app. Add a VAT/Tax number for proper tax invoices.

Invoices & receipts

No invoices yet. They appear here after your first payment — a monthly plan or a top-up — each one downloadable as a tax invoice.
Sign-in & recovery

You sign in with your phone number. This is your account key — keep access to it. If you’re moving address, change it here before you lose the old one.

Already lost access to your email or phone? Email support@decidi.ai with your account details (and a recent receipt if you’ve purchased credits). We’ll verify your identity and restore access — your credits, history and API keys never expire and stay safe.

Developer API

API keys

Loading…

Run your team from code

POST to /api/v1/council with your key. Defaults to a balanced 5-mind team if you don’t specify personas. The response includes the QA-signed-off verdict and the credits charged.

curl https://decidi.ai/api/v1/council \
  -H "Authorization: Bearer dck_live_…" \
  -H "Content-Type: application/json" \
  -d '{
    "question": "Should we raise prices 20% or hold and grow volume?",
    "level": "normal",
    "rounds": 2,
    "personaIds": ["cfo","devils-advocate","strategy-consultant"]
  }'
Every API call runs the full team plus the proprietary Final QA audit, and bills this account’s credits. Limit: 60 calls/hour per account.
Full API docs & agent guide — Claude Code, Cursor, or any AI agent