Skip to main content

Creating a Namespace

Namespaces are created from the Namespaces page in the sidebar. You need at least one namespace before you can deploy models or generate scoped API keys.

Steps

  1. Navigate to Namespaces in the left sidebar.
  2. Click New Namespace in the top-right corner.
  3. Fill in the form:
    • Name — A human-readable label shown in the UI (e.g. "Production" or "Team Alpha Dev").
    • Slug — A short, URL-safe identifier (e.g. prod, team-alpha-dev). The slug must be unique within your workspace and can only contain lowercase letters, digits, and hyphens. It cannot be changed after creation.
    • Description (optional) — A short note about what this namespace is for.
  4. Click Create Namespace.

The new namespace appears in your namespace list. It starts empty — no endpoints are deployed and no API keys are scoped to it yet.

Next steps after creating a namespace

  • Add endpoints — Deploy models or Actor packages to the namespace. See Managing Endpoints.
  • Create an API key — Go to Settings → API Keys, click New Key, and select this namespace as the scope.
  • Set rate limits — From the namespace detail page, you can configure per-endpoint rate limits and workspace-level cost caps.

Namespace limits

The number of namespaces you can create depends on your workspace plan. See Usage & Billing for plan details.

Coming soon

Documentation for namespace-level system prompt injection and per-namespace logging configuration is being added.