Skip to main content

What scopes are

Scopes are strings declared at registration that describe what an agent is authorized to do. They’re embedded in the token and returned by the verify endpoint. ImaRobot does not enforce scopes — that’s the receiver’s job. ImaRobot makes the scopes visible and verifiable.

Format

Scopes are free-form strings. We recommend the action:resource convention:
But any string is valid — use whatever makes sense for your domain.

How receivers use scopes

Scope examples by domain

Scope changes

Scopes are fixed at registration. To change an agent’s scopes, revoke it and register a new agent with the updated scope list.