Skip to content
Everruns Cloud is open in early access. Run agents without operating the platform.

accept_my_invitation

POST
/v1/me/invitations/{public_id}/accept
curl --request POST \
--url https://app.everruns.com/api/v1/me/invitations/example/accept

Accept an actionable organization invitation addressed to the authenticated user’s verified email.

public_id
required
string

Public invitation ID

Invitation accepted

Media typeapplication/json

Accept response: where the caller now has membership.

object
org_id
required
string
role
required
string
Examplegenerated
{
"org_id": "example",
"role": "example"
}

Unauthorized

Email is unverified

Invitation not found

Invitation is revoked, accepted, or no longer actionable

Invitation expired