Organization Setup
Set up your organization in NemoRouter
Organization Setup
Your NemoRouter organization is the top-level entity that owns all resources: teams, API keys, credits, guardrails, budgets, and analytics. This guide covers how organizations work and how to configure yours.
Dashboard screenshot pending
Replace with dashboard-org-home.jpg showing the org-scoped dashboard at /[organization] — sidebar, top metrics, and the org switcher in the header.
Organization Creation
An organization is automatically created when you sign up for NemoRouter. During the onboarding flow, you'll:
- Create your account — Sign up with email or OAuth
- Choose a plan — Select your tier (Pay As You Go, Tier 2, or Tier 3)
- Create your API key — Get your first
sk-nemo-key - Invite your team (optional) — Add team members right away
Your organization is assigned a unique UUID that is used consistently across all NemoRouter systems. This same UUID identifies your organization in API responses, billing, analytics, and logs.
Organization Types
NemoRouter supports two organization types:
| Type | Description | Use Case |
|---|---|---|
| Individual | Single-person organization | Solo developers, personal projects |
| Organization | Multi-member organization with teams | Companies, teams, departments |
You can convert an individual organization to a full organization at any time by inviting team members. The conversion happens automatically when you add your first team member.
Organization Settings
Dashboard screenshot pending
Replace with dashboard-settings-general.jpg showing /[organization]/settings — the General tab with org name, slug, logo upload, and timezone.
Access your organization settings from Settings in the dashboard sidebar.
General Information
| Setting | Description |
|---|---|
| Organization Name | Display name shown in the dashboard and team invitations |
| Organization Slug | URL-friendly identifier used in dashboard URLs |
| Organization Logo | Brand logo displayed in the dashboard header |
Data Policies
Configure how NemoRouter handles your data:
| Policy | Description |
|---|---|
| Data Retention | How long request logs and analytics data are stored |
| Data Processing | Whether NemoRouter can use your data for service improvement |
| Region | Preferred data processing region |
These policies apply to all requests made through your organization's API keys.
Branding
Customize the dashboard appearance for your organization:
- Logo — Upload your organization logo (displayed in the dashboard header)
- Organization name — Shown in the dashboard and in team member invitations
Organization Structure
Here's how resources are organized within your NemoRouter organization:
Organization
├── Members (Owner, Admin, Member, Viewer)
├── Teams
│ ├── Team Members
│ └── Team API Keys
├── API Keys (org-level or team-scoped)
├── Credit Balance
├── Budgets
├── Guardrails
├── Prompt Templates
├── A/B Tests
└── Analytics & LogsResource Ownership
- Credits belong to the organization and are shared across all keys
- API keys can be org-level or scoped to a specific team
- Budgets can be set at the org, team, or key level
- Guardrails are configured at the org level and auto-apply to all requests
- Members are invited to the organization and optionally assigned to teams
Managing Your Organization
Viewing Organization Details
Your organization ID and current plan are visible in the Settings page. The organization ID is the same UUID used in API response headers (x-nemo-org-id).
Updating Settings
- Navigate to Settings in the sidebar
- Update the desired fields (name, slug, logo, data policies)
- Save your changes
Switching Organizations
If you belong to multiple organizations, you can switch between them from the organization switcher in the dashboard header. Switching organizations changes all data views (analytics, keys, logs, etc.) to the selected organization.
Plan and Billing

Your organization's plan determines the platform fee charged on credit purchases:
| Tier | Monthly Minimum | Platform Fee | RPM/TPM |
|---|---|---|---|
| Pay As You Go | $0 | +4% on credit purchases | Standard |
| Tier 2 | $100/mo | +2% on credit purchases | Enhanced |
| Tier 3 | $1,200/yr | +0% on credit purchases | Premium |
| Enterprise | Contact sales | Custom | Custom SLAs |
All features are available on every tier. The platform fee is charged on top of your credit purchase amount — you always receive 100% of the credits you buy.
Manage your plan and billing from the Billing page in the dashboard.
Danger Zone
The organization settings page includes a danger zone for destructive actions:
- Delete Organization — Permanently deletes the organization and all associated data (keys, teams, credits, logs). This action is irreversible and requires confirmation.
Only organization owners can access the danger zone.
Next Steps
- Team Management — Add members and configure roles
- Budget Controls — Set spending limits
- Authentication — Create and manage API keys
- Quick Start — Make your first API call