Cursor API token
cursor-automation.com uses your Cursor Cloud Agents token so that agent usage is billed to you, not to us.
Where to get one
- Sign in at https://www.cursor.com.
- Go to Settings → Cursor Cloud Agents.
- Click “Create API key”.
-
Copy the
cur_…token and paste it into cursor-automation.com when prompted (in onboarding or the kanban modal).
How we store it
-
Encrypted at rest with AES-GCM via
Plug.Crypto.MessageEncryptor. - Plaintext is decrypted only inside Oban workers when a Cursor Cloud Agent call is being made.
-
You can replace or clear the token any time from
/account.
Team fall-through
If a member triggers a kanban action and hasn’t supplied a token yet, the worker falls back to the team owner’s token. This lets owners set a single key for the team while still allowing per-user overrides.