Agent Auth
Available Methods
Use the links below to view request/response examples and generated code for each method.
- POST/api/v1/experimental/agent/auth/requests
Start agent login
- GET/api/v1/experimental/agent/auth/requests/{userCode}
Get agent login request
- POST/api/v1/experimental/agent/auth/requests/{userCode}/approve
Approve agent login
- POST/api/v1/experimental/agent/auth/requests/{userCode}/deny
Deny agent login
- POST/api/v1/experimental/agent/auth/exchange
Exchange agent login
Delete many data rows POST
Soft deletes data rows in bulk.
Start agent login POST
Starts the agent approval flow and returns a short customer code plus a browser verification URL. Agents should send verificationUriComplete to the customer, wait for approval, then poll POST /api/v1/experimental/agent/auth/exchange with deviceCode. A successful exchange returns a reusable workspace API key secret in apiKey.key for the HTTP API, not an OAuth token. Effective access is the union of role permissions and explicit permissions. If neither is provided, role defaults to admin.