Developer account & access
To build modules against the Tango Vision platform you need a developer account. It's separate from any building-tenant login — developers live in their own identity realm and never get access to tenant data.
Register
Self-registration is open. Create your account here:
You'll be asked for:
| Field | Notes |
|---|---|
| Becomes your username. Must be verified before first use. | |
| Name | Display name. |
| Password | Minimum 12 characters; can't match your email or username. |
Three things happen on sign-up, in order:
- Email verification. We email you a link; click it to confirm the address is yours. You can't sign in until you do.
- Terms of Service. On first sign-in you must accept the Developer Terms of Service. This is a one-time action.
developerrole. Once verified, your account carries thedeveloperrole automatically — that's what authorizes you against developer-facing services.
Sign in
After verifying, sign in at the same realm:
https://auth.k8s.tangovision.dev/realms/developers/accountLost your password? Use Forgot password on the sign-in page — a reset link goes to your verified email.
Get a sandbox API key
Module work happens against an on-demand sandbox, which you reach with a sandbox API key (a tvk_… bearer token for sandbox-api.k8s.tangovision.dev).
Today keys are minted for you by the Tango Vision team once your account is verified — email developers@tango.vision with your account email and the org slug you want your sandboxes grouped under. You'll get the plaintext token once; store it in your secret manager immediately.
Coming soon
Self-service key issuance from the developer portal — sign in and mint your own org-scoped keys, no email round-trip. The key store and issuance API already back this (key management); the portal sign-in is being wired up.
Once you have a key, follow Getting started to scaffold your first module, or jump straight to On-demand sandboxes.
What your account can and can't do
- ✅ Register sandboxes and develop modules against them.
- ✅ Hold org-scoped API keys for the sandbox provisioner.
- ❌ Access any production building tenant or its data. The developer realm is isolated from tenant SSO by design — see the boundary-of-responsibility doc.