Skip to main content
POST
Create a ConnectedRuntime pairing code

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

Body

application/json
agent_definition_id
string
required
Pattern: ^agent_[0-9a-f]{32}$
principal_id
string
required
Pattern: ^prin_[0-9a-f]{32}$
name
string
Pattern: ^[a-z0-9](?:[a-z0-9._-]{0,93})$
expires_in_seconds
integer
Required range: 120 <= x <= 600

Response

Success

pairing
object
required
code
string
required
Pattern: ^CFU-[ABCDEFGHJKLMNPQRSTUVWXYZ23456789]{5}(?:-[ABCDEFGHJKLMNPQRSTUVWXYZ23456789]{5}){3}$