Create a token
- Open your workspace in Floral.
- Go to Settings → Agents.
- Enable Floral Agent if a workspace administrator has not enabled it.
- Create a personal access token, select its scopes, and choose an expiry.
- Copy the token when it is shown. Floral stores only its hash and cannot display the plaintext again.
Some operations require more than one scope. For example, briefing generation requires
meetings:write and contacts:read. The API reference lists the exact scopes on every operation.
Send the token
Pass the token as a bearer credential:Authentication failures
An invalid, expired, or revoked token returns401 UNAUTHENTICATED. A valid token without the required scope returns 403 FORBIDDEN. A valid token used with another workspace is rejected without exposing cross-workspace data.
Scope checks do not replace feature, role, or resource checks. A token cannot grant more access than its owner has in the selected workspace.