Skip to main content
GET
Current user's connection status per enabled server

Authorizations

Authorization
string
header
required

Use Authorization: Bearer

Path Parameters

project_id
string<uuid>
required

UUID of the project

Query Parameters

surface
enum<string>

Restrict to servers enabled for this agent surface.

Available options:
chat,
tasks,
work_with_clara

Response

Per-server status

server_id
string<uuid>
name
string
url
string
auth_mode
enum<string>
Available options:
oauth,
api_key,
none
requires_user_connection
boolean
user_connection_status
enum<string> | null
Available options:
connected,
expired,
revoked,
error