@adcp/client API Reference - v3.11.2
    Preparing search index...

    Interface SIInitiateSessionRequest

    Host initiates a session with a brand agent

    interface SIInitiateSessionRequest {
        context: string;
        identity: SIIdentity;
        media_buy_id?: string;
        placement?: string;
        offering_id?: string;
        supported_capabilities?: SICapabilities;
        offering_token?: string;
        ext?: ExtensionObject;
    }
    Index

    Properties

    context: string

    Conversation handoff from the host describing what the user needs

    identity: SIIdentity
    media_buy_id?: string

    AdCP media buy ID if session was triggered by advertising

    placement?: string

    Where this session was triggered (e.g., 'chatgpt_search', 'claude_chat')

    offering_id?: string

    Brand-specific offering identifier to apply

    supported_capabilities?: SICapabilities
    offering_token?: string

    Token from si_get_offering response for session continuity. Brand uses this to recall what products were shown to the user, enabling natural references like 'the second one' or 'that blue shoe'.

    ext?: ExtensionObject