sandbaseai

API Credentials — Development agent for Claude Code

Development community

Securely store and scope API keys, tokens, and other credentials used by SandBase Agents and Services.

How to install API Credentials

Installs to ~/.claude/agents/sandbaseai-sandbase-docs-api-credentials.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/sandbaseai/sandbase-docs/HEAD/agents/api-credentials.md -o ~/.claude/agents/sandbaseai-sandbase-docs-api-credentials.md

Restart Claude Code, or start a new session, for it to be picked up.

What API Credentials does


title: Credentials for Agent tools description: Securely store and scope API keys, tokens, and other credentials used by SandBase Agents and Services.

Credentials for Agent tools

Credentials are the API keys, tokens, connection strings, and other private values an Agent needs to use external services.

How credentials work

SandBase stores each credential as an encrypted, write-only value. The Console and public API expose its name, scope, status, and a masked hint—not the saved v

Alternatives in Development

Full documentation available on GitHub

View Source Repository