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 APIErrors and limits

    Errors and limits

    Gazebo REST endpoints return JSON. Exact fields vary by resource, but HTTP status codes have consistent meanings.

    Status codes

    StatusMeaning
    200 OKRequest completed
    201 CreatedResource created
    400 Bad RequestInvalid input
    401 UnauthorizedToken missing, malformed, expired, revoked, or invalid
    403 ForbiddenToken is valid but is not permitted to perform the operation
    404 Not FoundResource does not exist or does not belong to the authenticated account
    429 Too Many RequestsRequest rate exceeded
    500 Internal Server ErrorUnexpected server failure

    Some account administration errors use a compact body:

    { "error": "Agent not found" }
    

    Agent credential denials include structured context:

    {
      "status": "denied",
      "service": "stripe",
      "reason": "This agent does not have permission to access stripe credentials.",
      "next_action": "Enable service access for this agent at gazebohq.com/agents"
    }
    

    Do not branch solely on error text. Use the HTTP status and stable structured fields where available.

    Pagination and limits

    Agent and service collection endpoints currently return JSON arrays. Audit events use cursor pagination:

    • limit accepts 1 to 200 and defaults to 50.
    • nextCursor is an opaque continuation cursor.
    • hasMore indicates whether another page is available.
    • Keep all filters unchanged when requesting the next cursor.

    Endpoints that do not document filters, cursors, or page parameters do not support them.

    Compatibility

    The endpoints in this REST API reference are Gazebo's supported external contract. Additive response fields may be introduced over time, so clients should ignore fields they do not recognize.

    Dashboard-only /api/v1 endpoints are not covered by this compatibility commitment.

    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.
    Agent credential accessOverview
    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