NemoRouter
Guides

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:

  1. Create your account — Sign up with email or OAuth
  2. Choose a plan — Select your tier (Pay As You Go, Tier 2, or Tier 3)
  3. Create your API key — Get your first sk-nemo- key
  4. 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:

TypeDescriptionUse Case
IndividualSingle-person organizationSolo developers, personal projects
OrganizationMulti-member organization with teamsCompanies, 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

SettingDescription
Organization NameDisplay name shown in the dashboard and team invitations
Organization SlugURL-friendly identifier used in dashboard URLs
Organization LogoBrand logo displayed in the dashboard header

Data Policies

Configure how NemoRouter handles your data:

PolicyDescription
Data RetentionHow long request logs and analytics data are stored
Data ProcessingWhether NemoRouter can use your data for service improvement
RegionPreferred 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 & Logs

Resource 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

  1. Navigate to Settings in the sidebar
  2. Update the desired fields (name, slug, logo, data policies)
  3. 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

Pricing tiers — Pay As You Go, Tier 2, Tier 3, Enterprise

Your organization's plan determines the platform fee charged on credit purchases:

TierMonthly MinimumPlatform FeeRPM/TPM
Pay As You Go$0+4% on credit purchasesStandard
Tier 2$100/mo+2% on credit purchasesEnhanced
Tier 3$1,200/yr+0% on credit purchasesPremium
EnterpriseContact salesCustomCustom 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