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:

  1. Create a project in the Bluebag dashboard.
  2. Click API Keys in the global navigation
  3. Make sure to leave tools:execute access on
  4. Copy and save your environment variable securely e.g., as BLUEBAG_API_KEY

Example .env.local:

BLUEBAG_API_KEY=bb_api_key_123

Keep this key on the server only. Do not expose it in client-side bundles