Organisation Management
Load Curl is built for teams. An Organisation is a shared workspace where teammates can run tests, view results, and collaborate on scenarios — all under one subscription.
Creating an organisation
- Go to Settings → Organisation.
- Click Create Organisation.
- Enter your organisation name (e.g.,
Acme Corp Engineering). - Click Create.
You are automatically assigned the Owner role.
Inviting members
- In the Organisation settings, click Invite Member.
- Enter the teammate's email address.
- Select their role (see below).
- Click Send Invite.
They will receive an email invitation. Once accepted, they appear in the Members list.
Roles and permissions
Load Curl uses four roles. Each inherits all permissions of the roles below it.
| Role | Run tests | View results | Manage scenarios | Manage members | Manage billing |
|---|---|---|---|---|---|
| Viewer | ✗ | ✓ | ✗ | ✗ | ✗ |
| Tester | ✓ | ✓ | ✓ | ✗ | ✗ |
| Admin | ✓ | ✓ | ✓ | ✓ | ✗ |
| Owner | ✓ | ✓ | ✓ | ✓ | ✓ |
Choosing the right role
- Give Viewer access to stakeholders and managers who need to see results but should not trigger tests.
- Give Tester access to QA engineers and developers.
- Give Admin access to team leads who need to manage membership.
- Owner should be limited to one or two people responsible for billing.
Projects
Projects let you group related test scenarios and apply separate threshold sets. For example:
Production API— high thresholds, strict alert policyInternal Admin API— relaxed thresholds, no CI/CD gatePartner Webhooks— webhook endpoint scenarios
To create a project:
- Go to Organisation → Projects.
- Click New Project.
- Name the project and optionally assign it to specific members.
Scenarios and test history are scoped to their project. Team members can only see projects they have been granted access to.
Shared test library
All saved scenarios are stored in the organisation's Shared Test Library. From there you can:
- Search by name or tag
- Duplicate a scenario to create a variant
- View the version history of a scenario
- Archive scenarios you no longer use
Billing
The Owner manages billing from Settings → Billing. The page shows:
- Current plan and renewal date
- Number of seats in use vs. plan limit
- Monthly usage breakdown by member and project
- Invoice download links
All plans cover the full organisation under one subscription — there are no per-seat fees on the Starter or Pro plans.
| Plan | Seats | Concurrency |
|---|---|---|
| Starter (free) | Unlimited | 50 workers |
| Pro ($49/mo) | Up to 10 | 5,000 workers |
| Enterprise (custom) | Unlimited | 100,000+ workers |
Audit log
Every action in your organisation is recorded in the Audit Log (Settings → Audit Log):
- Who ran a test and when
- Configuration changes to scenarios or thresholds
- Member invitations, role changes, and removals
- Billing changes
You can filter the log by member, action type, or date range, and export it as a CSV for compliance requirements.
Session security
Under Settings → Security, every member can see all active login sessions for their own account, including:
| Column | Description |
|---|---|
| Device | Device type and browser |
| Location | Approximate city and country |
| IP Address | The originating IP |
| Last active | Timestamp of most recent activity |
| Status | Current / Active / Idle |
To revoke a suspicious session, click Revoke on that row. To sign out of all other devices at once, click Revoke all other sessions.
Next step
You've completed the core tutorial. Head to Frequently Asked Questions or explore the API Reference to integrate Load Curl programmatically.