Docs cloud
Sign up and accounts
Create a RetrySight Cloud staging account, starter trial, roles, and how the per-account agent API key is issued.
On this page
Signup creates one account (your organization), an OWNER user, and a unique ingest key. There is no shared dev-agent-key in Cloud.
Staging console: cloud-staging.retrysight.com.
Create an account
- Open cloud-staging.retrysight.com/signup (or use Start trial on retrysight.com).
- Enter organization name, slug, email, password, and display name.
- On success the manager:
- Creates the account on the starter plan with a 14-day trial
- Creates an OWNER membership
- Generates a per-account agent API key (
rk_live_*) - Issues a JWT with an
account_idclaim
- You land on Welcome (installer) then the dashboard — empty until a collector connects.
Login
cloud-staging.retrysight.com/login — email and password. If you belong to a single account, that account is selected automatically.
Roles
| Role | Access |
|---|---|
| OWNER / ADMIN | Full account dashboard — collectors, tasks, cost, Account settings, key copy/rotate |
| MEMBER | Own developer activity (matched by developer_email from the collector heartbeat) |
| VIEWER | Read-only views |
Platform operators use a separate secadmin path. That is not a customer login.
Agent API key
- Created at signup; copy it from Account (owners/admins) or the Welcome installer panel.
- Prefix
rk_live_. Treat it like a password — it can write ingest for the whole account. - Account ID (Welcome) identifies the organization. Agent ID (Collectors → open a machine) identifies one laptop after the first heartbeat. Neither is the API key.
- Signup may return
account.agentApiKeyonce. Later views can be masked — copy it immediately.
Rotate
Account → Regenerate. Update every developer machine. The old key stays valid for the rotation grace window (default 24 hours).
Every machine in the org currently shares the same account key (fleet key). Per-developer sub-keys are not issued yet.
Automation (optional)
GraphQL signup accepts accountName, slug, email, password, and displayName, and returns token plus account { id name slug agentApiKey }. Prefer the dashboard unless you are provisioning accounts in bulk.