Skip to main content
POST
Record the born agent on its Try-Me Config (authed, owner-only).

Authorizations

Authorization
string
header
required

Supabase JWT token in Authorization: Bearer header

Body

application/json
config_id
string<uuid>
required

The TryMeConfig to bind to — the unambiguous selector baked into the manifest's bind block and the claim link's &dojo_config. Begin Sim resolves the dojo provider key from this config.

agent_id
string
required

The born agent's id (mnm-…) to link to the config. Owner-only: you must be a member of the agent's governing org (ADR-062), the same gate as publishing its alignment card.

Response

Bound. A 200 MEANS the agent is now recorded on the config — the endpoint no longer answers 200 {bound:false}; a failed linkage is 404 config_not_found / 403 config_linkage_forbidden / 500 config_bind_failed.

bound
boolean
required

Always true on a 200. Kept for wire compatibility.