v2
chat
chat

Set Default Chat Transport

Save the connection every new chat starts on.

Applies to chats nobody routed explicitly — a fresh session in the web app, and every conversation that arrives without a request to read a route from: bot links, schedules, briefings, dream passes. It does not touch a conversation that already exists; sessions keep the route they were created with.

put/api/chat/transports/default

Request body

auth_provider'platform' | 'codex' | 'microsoft_365_copilot' nullable
credential_idstring nullable

Response

Successful Response

Changes

Changed in 2 of the 165 revisions of this API.12

  • 95db58ee813811See the full diff
    • ●

      added the new microsoft_365_copilot enum value to the // response property for the response status

      response-property-enum-value-added

    • ○

      added the new microsoft_365_copilot enum value to the request property /

      request-property-enum-value-added

    • ○

      endpoint added

      endpoint-added