Creating a project
You can create a project from the dashboard's command palette or from the Projects page hero.
From the command palette
- Open the palette with
⌘K/Ctrl+K. - Type Projects and press Enter to open the Projects pane.
- Pick Create a new project, fill the inline form:
- Name — required, 1..120 chars, unique within the tenant.
- Isolation mode —
Shared(default) orIsolated. 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.
- 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_REQUIREDuntil budget is allocated. - Default project: every tenant has one
Sharedproject namedMy Projecton first signup. It can be renamed or archived like any other.