v63

latestOpenAPI 3.0.0Proprietaryraw.githubusercontent.com2026-08-0110571.8 MB
Invite Codes
Organization Management

Create a clanker-claim slug

Mints a four-word claim slug (no email sent) tied to the org's clanker and restricted to the given human email. The human redeems it via POST /api/v3.1/org/clanker/redeem_claim while authenticated. On redeem, the human joins the org and is recorded as the humanOwner of the clanker. Called by external services (e.g. agents.composio.dev) using an org API key.

post/api/v3.1/org/clanker/create_claim

Request body

human_emailstring email required

Email of the human who will claim the clanker

Response

Clanker claim invite created and emailed.

claim_slugstring required

Four-word hyphen-separated slug (e.g. "red-castle-amber-pine") the human types into /redeem_claim. Valid for 7 days, restricted to the provided email.

expires_atstring date-time required

ISO timestamp when this claim slug expires.