---
title: "Create a clanker-claim slug"
method: POST
path: "/api/v3.1/org/clanker/create_claim"
tags: ["Invite Codes", "Organization Management"]
---

# Create a clanker-claim slug

`POST /api/v3.1/org/clanker/create_claim`

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.

## Request body

- object
  - `human_email` string, email, required — Email of the human who will claim the clanker

## Response `200`

Clanker claim invite created and emailed.

- object
  - `claim_slug` string, 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_at` string, date-time, required — ISO timestamp when this claim slug expires.

## Other responses

- `400` — Bad request.
- `401` — Unauthorized.
- `403` — Forbidden.
- `404` — Org has no clanker to claim.
- `409` — Conflict. The org's clanker has already been claimed.
- `500` — Internal server error.

---

[API](https://skmtc.net/composiohq/apis/composio-platform-api-v3-1.md) · [All operations](https://skmtc.net/composiohq/apis/composio-platform-api-v3-1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/composiohq/composio-platform-api-v3-1/versions/4239836857f8/schema)
