Getting Started
API Keys
Create a Bluebag API key and keep it server-side
To use Bluebag in your AI agent, you need an API key. Here's how to get one:
- Create a project in the Bluebag dashboard.
- Click API Keys in the global navigation
- Make sure to leave
tools:executeaccess on - Copy and save your environment variable securely e.g., as
BLUEBAG_API_KEY
Example .env.local:
BLUEBAG_API_KEY=bb_api_key_123Keep this key on the server only. Do not expose it in client-side bundles