Account Setup
Orderly uses a multi-tenant model where each organization is an isolated workspace with its own bridges, data, and team members.
Creating an Organization
When you first sign up via portal.orderly.dev , you’ll create an organization:
- Enter your organization name
- Choose your primary use case
- You’re automatically assigned the owner role
Inviting Team Members
Navigate to Settings > Members to invite your team:
- Click Invite Member
- Enter their email address
- Assign a role: admin, member, or a custom role
- They’ll receive an email invitation to join
Roles and Permissions
Orderly has three built-in roles:
| Role | Description |
|---|---|
| Owner | Full access to everything including billing and danger zone settings |
| Admin | Manage bridges, data, members, and API keys |
| Member | View and operate on data, but cannot change settings |
You can also create custom roles with granular permissions. See Custom Roles for details.
API Keys
For programmatic access, create API keys under Settings > API Keys:
- Click Create API Key
- Name your key and select the scopes it needs
- Copy the key — it won’t be shown again
See Authentication for details on using API keys.