Creating a project

You can create a project from the dashboard's command palette or from the Projects page hero.

From the command palette

  1. Open the palette with ⌘K / Ctrl+K.
  2. Type Projects and press Enter to open the Projects pane.
  3. Pick Create a new project, fill the inline form:
    • Name — required, 1..120 chars, unique within the tenant.
    • Isolation modeShared (default) or Isolated. See What is a project. Cannot be changed after create.
    • Initial budget — optional. Micro-credits to allocate from the wallet at create time. Zero is permitted.
    • Rate limits — burst + sustained RPS.
  4. Press Create. The dashboard returns to the project list with the new project highlighted.

From the Projects page

Same fields, accessed from /projects.

Behaviors to know

  • Budget = 0 is valid. Calls through API keys bound to the project return PAYMENT_REQUIRED until budget is allocated.
  • Default project: every tenant has one Shared project named My Project on first signup. It can be renamed or archived like any other.

What's next