Skip to main content
POST
Plan or apply Connection access

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

checkfu-version
enum<string>
required
Available options:
2026-08-27
idempotency-key
string
required
Required string length: 1 - 255

Path Parameters

id
string
required
Pattern: ^conn_[0-9a-f]{32}$

Query Parameters

dry_run
enum<string>
Available options:
true,
false

Body

application/json
agent_ids
string[]
required
Maximum array length: 1000
Pattern: ^agent_[0-9a-f]{32}$
tool_names
string[]
Maximum array length: 1000
Pattern: ^[a-z0-9](?:[a-z0-9._-]{0,93})$

Response

Success

mode
enum<string>
required
Available options:
plan,
applied
connection_id
string
required
Pattern: ^conn_[0-9a-f]{32}$
tool_source_id
string | null
required
Pattern: ^ts_[0-9a-f]{32}$
tool_names
string[]
required
Maximum array length: 1000
Pattern: ^[a-z0-9](?:[a-z0-9._-]{0,93})$
agents
object[]
required
Maximum array length: 1000
permission_assignments
object[]
required
Maximum array length: 1100
readiness
enum<string>
required
Available options:
apply_required,
installation_required,
publish_required,
ready