Gazebo
    ServicesAgentsDocsSpecWritingPricing
    Log inSign up
    Log in

    Getting Started

    • Introduction
    • How Gazebo works
    • Core concepts
    • Quickstart

    Agent Access

    • Access profiles
    • Bearer tokens
    • Audit logs

    MCP

    • Overview
    • Cursor
    • Claude Code
    • Windsurf
    • Any MCP client
    • Get credential reference

    Open Standard

    • Agent Consent Flow
    • Agent Identity Protocol (AIP) ↗

    REST API

    • Overview
    • Authentication
    • Services
    • Agents
    • Access policies
    • Audit events
    • Consent administration
    • Agent credential access
    • Errors and limits

    Security

    • Overview
    • Encryption model
    • Credential storage
    • Audit and compliance
    • Responsible disclosure
    Documentation

    Getting Started

    • Introduction
    • How Gazebo works
    • Core concepts
    • Quickstart

    Agent Access

    • Access profiles
    • Bearer tokens
    • Audit logs

    MCP

    • Overview
    • Cursor
    • Claude Code
    • Windsurf
    • Any MCP client
    • Get credential reference

    Open Standard

    • Agent Consent Flow
    • Agent Identity Protocol (AIP) ↗

    REST API

    • Overview
    • Authentication
    • Services
    • Agents
    • Access policies
    • Audit events
    • Consent administration
    • Agent credential access
    • Errors and limits

    Security

    • Overview
    • Encryption model
    • Credential storage
    • Audit and compliance
    • Responsible disclosure
    DocsREST APIAuthentication

    Authentication

    The Gazebo REST API uses bearer tokens. Gazebo issues two different token types for two different jobs:

    TokenUsed forAccepted by
    Account API tokenTrusted automation across your Gazebo accountSupported /api/v1 account administration endpoints
    Agent tokenScoped credential access for one agent/api/agents/* and /api/mcp

    Tokens are not interchangeable. An agent token cannot access /api/v1, and an account API token cannot retrieve credentials through the agent REST API or the MCP get_credential tool.

    Authorization header

    Include the appropriate token in every request:

    Authorization: Bearer YOUR_TOKEN
    

    Account API tokens

    Generate an account API token in Settings. Generating a replacement revokes the previous account token.

    Account API tokens have broad authority. Store them as secrets and use them only in trusted server-side automation, scripts, and CI systems.

    curl https://app.gazebohq.com/api/v1/agents \
      -H "Authorization: Bearer YOUR_ACCOUNT_API_TOKEN"
    

    The reference documents the /api/v1 endpoints Gazebo supports for external use. Account API tokens are rejected on other /api/v1 routes, including notification preferences, LTD claims, login routes, and account-token generation.

    Verify a token and identify its account with:

    curl https://app.gazebohq.com/api/v1/me \
      -H "Authorization: Bearer YOUR_ACCOUNT_API_TOKEN"
    

    Account API tokens cannot rotate themselves. Generate or replace the token from the signed-in Gazebo dashboard.

    Agent tokens

    An agent token belongs to one agent and is constrained by that agent's service and HTTP-method access policy. The token is shown once when the agent is created.

    curl "https://app.gazebohq.com/api/agents/me/credentials/stripe?method=GET" \
      -H "Authorization: Bearer YOUR_AGENT_TOKEN"
    

    Revoking the agent immediately invalidates its token without rotating the underlying service credentials.

    See Bearer tokens for the agent-token lifecycle and Agent credential access for the REST contract.

    Browser sessions

    The Gazebo dashboard also calls /api/v1 using its signed-in browser session. Browser sessions are not an API authentication method for external integrations.

    Agent Consent Flow

    Agent Consent Flow has its own authorization, token exchange, introspection, and revocation flow. Its tokens are not account API tokens or agent tokens. See the dedicated Agent Consent Flow integration guide.

    Explore Gazebo

    Gazebo gives each agent an independent access boundary around your agent credentials, with controls for approval, auditing, and revocation.

    Scoped identities for AI agentsGive every agent only the credentials it needs.Credential security and audit controlsSee how access is protected, recorded, and revoked.
    OverviewServices
    Gazebo

    Credential management for AI agents. Scoped access, approval controls, and complete audit logs—without hardcoding or rotating shared API keys.

    Gazebo

    • Platform
    • Agent Consent Flow
    • Pricing
    • Status

    Explore

    • Services
    • Agents
    • Vaults

    Content

    • Writing
    • Topics
    • Blog
    • Docs
    • Spec

    Free Tools

    • Scanner

    Company

    • About
    • [email protected]
    • [email protected]

    © 2026 Gazebo. All rights reserved.

    PrivacyTermsSecurity