BYOK: Anthropic API Key
The AI Community Manager and every other AI feature on your tenant runs on your own Anthropic API key. Mobieus has no fallback key. You sign up with Anthropic, you get billed by Anthropic, you keep full control.
This page walks through getting a key and configuring it.
For what the AI Community Manager does, see AI Community Manager. For model selection and pricing, see AI Model & Cost Control.
Why BYOK
3 reasons:
- No markup. Mobieus does not resell tokens. You pay Anthropic's published rates, no Mobieus margin.
- Your billing relationship. Spend limits, alerts, payment methods all live in your Anthropic console.
- Your data. Anthropic's BYOK relationship gives you direct access to your usage logs and the option of Anthropic's privacy controls.
Step 1: Get an Anthropic account
Visit console.anthropic.com and create an account. Personal email or work email both work.
You need a credit card on file. Anthropic supports prepay credit and metered billing.
Anthropic's free tier gives you a small amount of credit to test with. Production use needs a paid plan.
Step 2: Create an API key
From the Anthropic console:
- Click API Keys in the sidebar.
- Click Create Key.
- Name it something memorable. Example:
mobieus-acme-community. - Copy the key. It begins with
sk-ant-followed by a long alphanumeric string.
Anthropic shows the key once. Save it somewhere safe. If you lose it, create a new one.
Step 3: Add it to your tenant
- Visit
/admin/aion your tenant (the AI Configuration page). - Paste the key into the Anthropic API Key field.
- Click Save.
The platform stores the key in your tenant's environment and validates it with a small test call. You'll see a green confirmation if the key works.
Setting the key requires Super Admin role.
Step 4: Set spend limits in Anthropic
In the Anthropic console:
- Click Limits in the sidebar.
- Set a monthly spend limit. Pick a number you're comfortable with.
- Set an email alert at 80% of that limit.
If you hit the limit, Anthropic returns a 429 to the next request. The platform pauses AI features and shows a banner in /admin/community-manager. Raise the limit to resume.
Step 5: Pick a model
The default model is Claude Haiku 4.5. To switch to Sonnet (smarter) or Opus (smartest), open the System section of /admin/config and pick a different model. The options are Claude Haiku 4.5, Claude Sonnet 4.5, and Claude Opus 4.5.
See AI Model & Cost Control for the pricing matrix and per-feature overrides.
Rotating your key
Rotate keys every 90 days or whenever an admin leaves your team.
- In the Anthropic console, create a new key.
- In
/admin/ai, paste the new key and save. - In the Anthropic console, revoke the old key.
The platform uses the new key on the next generation. In-flight generations finish on whatever key they started with.
What stops working without a key
Every AI feature on your tenant. The Community Manager's gate function checks 3 things on every generation:
- Master flag
ai_community_manager_enabledis on. - Your plan is Pro, Creator Plus, or Sovereign.
- Your Anthropic API key is configured.
Any one closed and the whole AI subsystem is off. The admin UI shows you which gate is closed.
Cost visibility
The platform tracks every token your key uses and shows you the rolling 30-day total on /admin/config (System section) and the AI Community Manager queue at /admin/community-manager.
Cross-check with the Anthropic console's usage tab. Numbers should match within a few cents (rounding to micro-USD).
Access
Setting the key requires Super Admin role. The key is never displayed back in the UI after save (just a masked indicator that it's set).
Discussion
Sign in to start the discussion.