Skip to main content

Prerequisites

  • Bluejay API key — go to Settings > API Keys in app.getbluejay.ai
  • Claude Desktop or Claude Code CLI installed

MCP Endpoint

Claude Desktop

Add the following to your claude_desktop_config.json:
Restart Claude Desktop after saving.

Claude Code (CLI)

Authentication

All requests require an API key in the X-API-Key header.

Error responses

Unauthenticated requests receive a JSON body: { "error": "Unauthorized", "detail": "<reason>" }.

Example: Run a simulation end-to-end

With the MCP server connected, you can ask your AI assistant:
“List my agents, pick the one named ‘Support Bot’, create a simulation called ‘Regression Test’, generate 5 Digital Humans, and queue a simulation run.”
The assistant will chain the list_agentscreate_simulationgenerate_digital_humansqueue_simulation_run tools automatically, without you writing any code.