Sonny Labs Docs
Error codes

invites.expired

The invite token is past its `expires_at` and is no longer valid.

invites.expired is returned at HTTP 410.

When this fires

Invites carry a TTL (default 7 days). Past that point the accept endpoint refuses to bind the user to the org.

What to do

Ask the inviting admin to send a fresh invite. The dashboard surfaces a copy-paste link they can re-share.

See also

  • SDK reference — the Python and TypeScript SDKs raise typed exceptions for codes in this namespace.
  • Error code index — every code the runtime can return.

On this page