Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Interface GatewayAdapterOptions

    interface GatewayAdapterOptions {
        agentId: string;
        inner: LlmAdapter;
        prefix: string;
    }
    Index
    agentId: string

    The agent identity the gateway attributes this traffic to.

    inner: LlmAdapter

    The wire adapter the gateway is fronting.

    prefix: string

    The gateway route prefix that forwards to this upstream, e.g. /anthropic.

    Kept separate from the route's baseUrl so an operator configures the gateway origin once and the prefix per provider — which is how the gateway's own config is shaped.