DesarrolladoresAPI RESTReferenceAgent gateway
Revoke agent API key
Revoke an agent key.
curl -X DELETE "https://example.com/api/v1/agent/keys/string"Empty
Provision (reuse or create) an agent key for a host POST
Provision a key for a desktop agent: reuses the active key for the given hostname or creates one. Idempotent — safe to call on every login.
Rotate agent API key (revoke old, issue new same-name) POST
Rotate an agent key: revokes the old token and issues a new one with the same name. The new token is returned once — reconfigure the agent with it.