Sonny Labs Docs
Error codes

invites.not_found

The invite token is unknown to the server, or has been revoked.

invites.not_found is returned at HTTP 404.

When this fires

The accept-invite endpoint emits this when the token does not match any row in auth.invites, or matches a row that has been revoked.

What to do

Ask the inviting admin to send a fresh invite. Tokens are single-use and are invalidated as soon as they are accepted or revoked.

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