Deployments tab
Each deployment-scoped token grants programmatic access for this agent in one environment, with the agent identity built in — SDK calls authenticated with one of these tokens can omit the agent identifier. The tokens listed here cover all agent deployments for this agent.
Deployment tokens table
Section titled “Deployment tokens table”Each row shows:
- Token — the token’s scope, status badge, and the deployment it belongs to (agent name and environment).
- Created / Expires / Last used / Created by — token metadata.
- A row action menu, scoped to the token’s current state.
Creating a deployment token
Section titled “Creating a deployment token”- Open the agent’s Deployments tab.
- Select Create deployment token.
- Pick the target environment.
- Confirm to create the token. Copy the value when shown — it is only displayed once.
Tokens created here are deployment-scoped. To create an account-wide token instead, see Account › API tokens tab.
Token actions
Section titled “Token actions”Available actions depend on the token’s current state:
- Suspend — on an active token. Disables it without deleting it.
- Activate — on a suspended token. Re-enables it.
- Revoke — on an active or suspended token. Permanently invalidates it. A revoked token cannot be re-enabled.
- Delete — on a revoked token. Removes the row from the table.
Related
Section titled “Related”- Configuration and environment variables — set
PREFACTOR_API_TOKENto use a deployment-scoped token from the SDK. - Account › API tokens tab — account-wide tokens for general API access.