Noodle Seed
ReferenceCLI reference

noodle orgs

List, create, rename, switch, or inspect organizations.

List, create, rename, switch, or inspect organizations.

Usage

noodle orgs list|create|rename|switch|current|inspect|domains|mcp-subdomain|openai-challenge

Subcommands

  • list — List organizations you belong to.
  • create <slug> — Create a new organization.
    • --display-name <name> — Set the display name.
  • rename <slug> — Rename an organization.
    • --name <displayName> — Set the new display name. (required)
  • switch <slug> — Switch the default org for future commands (validates membership).
  • current — Show the resolved active org and its source (link/config).
  • inspect <slug> — Show one organization by slug.
  • domains list <org> — List the org domains that admit signed-in users.
  • domains add <org> <domain>... — Register one or more domains whose signed-in users become org members.
  • domains remove <org> <domain> — Remove one org domain, revoking access for its signed-in users.
  • mcp-subdomain get — Show the current organization MCP subdomain.
    • --org <slug> — Organization slug.
  • mcp-subdomain set <new-subdomain> — Change the MCP subdomain; old MCP URLs stop working immediately.
    • --org <slug> — Organization slug.
    • --yes — Confirm the MCP URL-breaking change non-interactively.
  • openai-challenge get <org> — Show the OpenAI Apps domain verification challenge.
  • openai-challenge set <org> — Set the OpenAI Apps domain verification challenge.
    • --code <challenge> — Set the verification challenge. (required)
  • openai-challenge clear <org> — Clear the OpenAI Apps domain verification challenge.

Options

  • --service <url> — Control-plane service URL.
  • --auth-token <token> — Control-plane authentication token.
  • --json — Emit JSON output.

Run noodle orgs --help for the latest options and details.

On this page