ManticScore lets you store API keys for third-party services so that Forge, the AI agent, and automation features can use them on your behalf. Keys are encrypted at rest and are never returned in plaintext — only a masked preview is shown after saving.Documentation Index
Fetch the complete documentation index at: https://docs.manticscore.com/llms.txt
Use this file to discover all available pages before exploring further.
Supported secrets
| Key | What it enables |
|---|---|
github_pat | GitHub Personal Access Token — required for Forge to create branches and pull requests |
anthropic_api_key | Anthropic API key — allows the agent to use your own API quota |
openai_api_key | OpenAI API key — allows the agent to use your own API quota |
Save or update secrets
Send aPUT request with the keys you want to set. You can set multiple keys in one call. Pass null to clear a key. Any key you omit is left unchanged.
has_* flags in your UI — they reliably indicate whether a key is stored without leaking any part of the actual value.
Read current status
PUT response — masked values and has_* boolean flags.
Clearing a key
To remove a stored key, passnull for that key:
Bootstrap includes secrets status
When you callGET /auth/bootstrap on app launch, the response includes your secrets status so you don’t need a separate round trip: