Console session (browser)
Sign in at console.agentruntime.io with:- Email and password — Requires email verification for new accounts
- Google OAuth — Sign in with Google or Google One Tap
.agentruntime.io. The Console refreshes tokens automatically.
Password reset and change-password flows are at /auth/forgot-password and account settings.
Personal access tokens (PATs)
PATs are the recommended method for scripts, CI pipelines, and Platform MCP.Create a token
In the Console, go to Settings → API keys (
/settings?tab=apiKeys). Click Create API key and give the token a descriptive name.Select scopes
Choose the minimum scopes needed:
| Scope | Grants |
|---|---|
workflow:read | List workflows, runs, events |
workflow:run | Start and control runs |
mcp:execute | Execute MCP tools in workflow runs |
workflow:run still requires project_contributor on the target project.
Platform MCP
Connect Cursor or other MCP clients to:Google OAuth (API)
Google OAuth for user login uses/v1/auth/oauth/google/*. This is separate from Google connections for Workspace MCP adapters (/v1/connections/google/*).
Inbound webhook signatures
External systems triggering runs via inbound webhooks authenticate with HMAC signatures on the subscription secret — not PATs.Security practices
- Rotate PATs on a schedule and revoke unused tokens
- Use the narrowest scopes that satisfy your automation
- Never commit tokens to git or embed them in client-side code
- Tenant admins can enforce domain verification and auth policy for workspace members