Public Tokens
Public Tokens allow you to share read-only views of boards and reports with external users - no login required and without exposing internal project UUIDs.
Token Types
| Type | What It Shares |
|---|---|
BOARD |
The active project board (read-only) |
REPORT |
Sprint reports and project metrics |
Generating a Token
- Go to Settings → Public Tokens.
- Click + Generate Token.
- Select the type (
BOARDorREPORT). - Optionally, set an expiration date.
- Optionally, add a name/description for identification.
- Click Generate.
- Copy the generated link - it is only shown in full once.
Using the Link
The generated link has the format:
https://your-domain.axoria.io/public/board/{token}
https://your-domain.axoria.io/public/report/{token}
Anyone with the link can access the view without authentication. The view is read-only - no write operations are available.
Security
- The token is a randomly generated UUID v4 - it does not derive from the project UUID
- Inactive or expired tokens return an access error
- The public board does not display sensitive data such as user emails, private comments, or project settings
- Tokens can be revoked at any time in Settings → Public Tokens
Revoking a Token
- Go to Settings → Public Tokens.
- Locate the desired token.
- Click Revoke.
- Confirm.
The link stops working immediately.
Permissions
Only members with project settings access (PROJECT_ADMIN, org Owner/Admin) can generate, list, and revoke tokens.
Use the sidebar to navigate through all documentation.