5CEOs · Help

Common questions, in roughly the order a new customer hits them.

I just paid — where is my API key?

It is in the welcome email we sent immediately after Stripe confirmed the charge. The key is shown once; we never store it in plaintext, so if you lost the email, rotate the key from your dashboard.

Quick start (CLI)

curl https://api.5ceos.com/v1/chat-grounded \
  -H "Authorization: Bearer YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{"query":"hello"}'

How do I see my account + usage?

What is "refuse-with-proof"?

Our wedge. When the substrate cannot ground an answer in retrieved sources, it refuses instead of fabricating. The refusal is signed by the verifier and surfaced in the response receipt as refused: true + verify_verdict. See the whitepaper for the mechanism.

What model am I getting?

All base tiers (Starter, Pro, Business) get the Tier-B grounded model with retrieval + post-hoc verifier. Tier-A models unlock via the LLM Add-On or Enterprise — see pricing. Cloud frontier LLMs are never in the loop on any tier.

How do I cancel?

From the dashboard: open your subscription, click Cancel. Your key remains active until the end of the current billing cycle, then is revoked. We do not store payment method details — Stripe does.

I hit a 4xx / 5xx — what now?

Still stuck?

Email support@5ceos.com with the request_id from your response receipt. That is enough to pull the exact substrate trace for your call.