Account
Your billing, invoices and developer API access.
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.
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
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.
API keys
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"]
}'