Skip to main content
POST
Create a ComputerProfile

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
Maximum string length: 255

Body

application/json
key
string
required
Pattern: ^[a-z0-9](?:[a-z0-9._-]{0,93})$

Response

A mutable Workspace-scoped Computer profile head whose configuration is published as immutable revisions.

id
string
required
Pattern: ^cprof_[0-9a-f]{32}$
workspace_id
string
required
Pattern: ^wrkspc_[0-9a-f]{32}$
key
string
required
Pattern: ^[a-z0-9](?:[a-z0-9._-]{0,93})$
status
enum<string>
required
Available options:
active,
archived
current_revision_number
integer
required
Required range: x >= 0
resource_version
integer
required
Required range: x > 0
created_at
string
required

A canonical UTC ISO-8601 timestamp with millisecond precision.

Maximum string length: 24
Pattern: ^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}Z$
updated_at
string
required

A canonical UTC ISO-8601 timestamp with millisecond precision.

Maximum string length: 24
Pattern: ^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}Z$
archived_at
string | null
required

A canonical UTC ISO-8601 timestamp with millisecond precision.

Maximum string length: 24
Pattern: ^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}Z$