Skip to main content
POST
Publish an AgentBlueprint release

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

Path Parameters

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

Body

application/json
files
object
required

Blueprint directory as relative-path → UTF-8 file content.

blueprint_name
null
release_hash
null
required_wire_version
null

Response

Success

id
string
required
Pattern: ^abrel_[0-9a-f]{32}$
organization_id
string
required
Pattern: ^org_[0-9a-f]{32}$
blueprint_name
string
required

Logical lineage name; one blueprint lineage carries many releases.

Required string length: 1 - 94
release_number
integer
required

Monotonic published release within the lineage; never reused.

Required range: x > 0
content_sha256
string
required

sha256 over the canonical package; identical packages publish the same hash.

Pattern: ^sha256:[0-9a-f]{64}$
required_wire_version
string
required
Minimum string length: 1
created_at
string
required
published_at
string
required