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
    DocsSecurityAudit and compliance

    Every credential access attempt is logged — whether it succeeds, is denied, or fails due to a missing credential. Logs are append-only.

    What gets logged

    EventLoggedNotes
    get_credential — successYesCredential name returned to agent
    get_credential — denied (method)YesMethod not in access profile
    get_credential — denied (service)YesService not in access profile
    get_credential — not foundYesNo credential stored for service
    get_identityNoRead-only; no credential access
    list_audit_eventsNoReading logs doesn't create a log entry
    Bearer token validation failureNoOnly credential access is logged

    Log fields

    {
      "id": "evt_...",
      "agent_id": "...",
      "agent_name": "cursor-dev",
      "service": "stripe",
      "method": "POST",
      "outcome": "success",
      "denial_reason": null,
      "timestamp": "2026-07-27T10:23:41.000Z"
    }
    

    denial_reason is populated only when outcome is "denied" — values: method_not_permitted, service_not_in_profile, credential_not_found.

    Append-only

    Audit logs cannot be deleted through the dashboard or API. They are append-only at the database level. This is intentional — a deletable audit log provides no compliance guarantee.

    Retention

    Logs are retained for the lifetime of your account. There is no automatic expiry.

    Accessing logs

    • Dashboard — the Logs page with filtering by agent, service, outcome, and date range
    • MCP — list_audit_events({ limit, service }) returns recent events for the calling agent
    • REST API — GET /api/v1/audit-logs (authenticated, returns your account's logs)

    Compliance use cases

    For compliance workflows that require log export, contact support. Enterprise plans include structured log export via API.

    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.
    Credential storageResponsible disclosure
    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