OutRay is built around organizations. Every tunnel, custom domain, reserved subdomain, and API token belongs to an organization. You can be a member of multiple organizations and switch between them at any time.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/outray-tunnel/outray/llms.txt
Use this file to discover all available pages before exploring further.
What organizations give you
- Shared domains — any custom domain verified by the organization is available to all members.
- Shared subdomains — reserved subdomains are owned by the organization, not an individual user.
- Centralized billing — one subscription covers all members.
- Role-based access — control who can manage domains, billing, and membership.
Roles
| Role | What they can do |
|---|---|
| Owner | Full access, including billing and deleting the organization. |
| Admin | Manage members, domains, and tokens. Cannot access billing. |
| Member | Start tunnels and use organization resources. Read-only dashboard. |
Inviting a team member
Click Invite Member
Click the Invite Member button in the top-right corner. If the button is disabled, you have reached your plan’s member limit.
Enter the email address and role
Type the invitee’s email address and select a role — Member, Admin, or Owner. Click Send Invite.
Switching the active organization
The CLI remembers which organization you are currently working in. All tunnels you start use that organization’s resources by default.Interactive switch
Runoutray switch to see a list of all organizations you belong to and select one interactively:
Direct switch
If you know the organization’s slug, pass it as an argument to skip the selection prompt:Check the current context
Useoutray whoami to see which organization is currently active and what role you have:
Per-tunnel organization override
You can start a tunnel under a different organization without permanently switching your active org using the--org flag:
The
--org flag does not change your default organization. Run outray whoami after the tunnel exits and you will see your original org is still active.