Skip to main content
GET
/
api
/
mcp
/
sessions
Error
A valid request URL is required to generate request examples
{
  "sessions": [
    {
      "id": "<string>",
      "created_at": "2023-11-07T05:31:56Z",
      "can_reauth": true,
      "user_id": "<string>",
      "user": {
        "id": "<string>",
        "name": "<string>"
      },
      "virtual_key": {
        "id": "<string>",
        "name": "<string>"
      },
      "mcp_client": {
        "client_id": "<string>",
        "name": "<string>"
      },
      "session_id": "<string>",
      "expires_at": "2023-11-07T05:31:56Z",
      "last_refreshed_at": "2023-11-07T05:31:56Z",
      "updated_at": "2023-11-07T05:31:56Z",
      "oauth_config_id": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.getbifrost.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer token authentication. Use your provider API key or Bifrost authentication token. Virtual keys (prefixed with sk-bf-) can also be passed here.

Response

Sessions visible to the caller

sessions
object[]
required