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

    • AIP Specification ↗

    Sharing Agents

    • Overview
    • Publishing an agent
    • The consent screen
    • Installing a shared agent
    • The identity stamp

    REST API

    • Authentication
    • Verification endpoint

    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

    • AIP Specification ↗

    Sharing Agents

    • Overview
    • Publishing an agent
    • The consent screen
    • Installing a shared agent
    • The identity stamp

    REST API

    • Authentication
    • Verification endpoint

    Security

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

    The verification endpoint is a public REST endpoint that returns the declared identity and current status of any published AIP agent. No authentication required.

    Endpoint

    GET https://app.gazebohq.com/api/v1/agents/verify/:id
    
    ParameterDescription
    :idThe agent's AIP slug (e.g. stripe-payment-monitor)

    Response

    {
      "id": "stripe-payment-monitor",
      "name": "Stripe Payment Monitor",
      "status": "active",
      "version": "1.0.0",
      "scope": [
        { "service": "stripe", "actions": ["payments:read", "charges:list"] },
        { "service": "github", "actions": ["issues:write"] }
      ],
      "author": {
        "name": "Alice Chen",
        "url": "https://example.com/agents/alice"
      },
      "install_count": 1847,
      "published_at": "2026-07-27T00:00:00Z",
      "last_verified_at": "2026-07-27T12:00:00Z"
    }
    

    Status values

    StatusMeaning
    activeAgent is published and accepting installs
    deprecatedSuperseded by a newer version; existing installs still function
    revokedRemoved by the author or Gazebo; all installs are deactivated

    Error responses

    HTTP statusMeaning
    404 Not FoundNo published agent exists with this ID

    Usage

    The verification endpoint is intended for:

    • Marketplaces and directories — checking agent status before listing
    • Tooling — programmatically verifying an agent's scope before install
    • Auditors — confirming what scope was declared at a given version

    The identity stamp links to a human-readable version of this data at gazebohq.com/agents/verify/:id.

    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.
    AuthenticationOverview
    Gazebo

    IAM for AI agents. Scoped credentials, access policies, and audit trails — without rotating keys.

    Product

    • Pricing
    • Status

    Explore

    • Services
    • Agents
    • Workflows
    • Integrations

    Content

    • Writing
    • Topics
    • Blog
    • Docs

    Free Tools

    • Scanner

    Company

    • About
    • hello@gazebohq.com
    • security@gazebohq.com

    © 2026 Gazebo. All rights reserved.

    PrivacyTermsSecurity