| Prefix | Scope | Best for |
|---|---|---|
acctk_ | User + grants | AI agents, narrow automation |
rt_test_ | Test environment | CI, staging, local dev |
rt_live_ | Production env | Production backend services |
Create a token
Go to Developer settings in the dashboard, then open User access tokens.- Click Create token.
- Name the token after the agent or job that will use it.
- Add one or more grants:
- Project grants can allow project access and workflow creation.
- Workflow grants can allow view, edit, run, review, or publish on one workflow.
- Copy the token immediately. It is shown only once.
Use a token
Log the CLI in with the access token:Verify and revoke
Check the active credential:Rules of thumb
- Prefer access tokens for AI agents and local automation.
- Grant the smallest project or workflow permission set that works.
- Do not grant publish unless the agent is allowed to change live behavior.
- Store the token like a password. If it leaks, revoke it and mint a new one.