wzw_) are API keys scoped to a single world. Use
them to authenticate data-plane requests from applications and
agents.
Create a token
- Open the Wazoo Console.
- Select a world.
- Click Tokens in the sidebar.
- Click Create token.
- Copy the token value. You will not be able to see it again.
Revoke a token
Click Revoke next to any token. Revoked tokens stop working immediately.Token types
Platform tokens are managed from the Platform API tokens section of the
console.
Security
- Store tokens in environment variables, not in code.
- Use the most restrictive token type for each use case.
- Rotate tokens regularly.
- Revoke unused tokens.