Create a token
- Open your workspace in Floral.
- Go to Settings > Assistants > MCP.
- Ask a workspace administrator to enable Floral Agent if it is off.
- Create a personal access token, select its scopes, and choose an expiry.
- Copy the token when it is shown. Floral cannot display the full value 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.