What changes
Steps
1
Create the key in the Anthropic Console
console.anthropic.com → API Keys → Create Key. Name it “mapping-travel-agents”. Copy the value (
sk-ant-...).2
Store it in mapping.travel
Agents → [your agent] → Settings → LLM Provider. Switch to BYO Anthropic. Paste the key. Click Save — we validate it with a low-cost
messages.create ping before storing.3
Pick a model
Any Anthropic model your account has access to. We recommend
claude-opus-4-7 for the default planning path; switch to claude-haiku-4-5-20251001 for the fast path on routine cycles.4
(Optional) Set a cap matching your Anthropic budget alert
The mapping.travel daily spend cap is still enforced (estimated from token counts), so you have two layers of protection.
Equivalent API call
byoKeySecretId, and never echoes the plaintext key back.
Security
- The key lives in the same vault as other workspace secrets (data-source credentials, Stripe webhook signing secrets).
- It is only visible to
OWNERandADMINusers; redacted (sk-ant-****1234) everywhere else, including the audit log. - Rotating the key: paste the new value over the old one — we re-validate before swapping.
Reverting to hosted
Switch the provider back to Hosted Anthropic in Settings. The BYO key is deleted from the vault; the audit log recordsAGENT_UPDATED with the provider change.
Related
- Agents overview — broader context.
- Cost and limits — caps are still enforced on BYO.
- Configuration reference — full field list.