Creating Projects
Create a project
- From the dashboard, click + New Project
- Fill in the project details:
| Field | Description |
|---|---|
| Name | Display name (e.g. “My Blog”) |
| Slug | URL-safe identifier used in API routes |
| Default locale | Primary language for content (e.g. en) |
| Description | Optional project description |
- Click Create Project
Jambo creates the project and redirects you to the project dashboard.
First steps after creation
1. Add locales (optional)
If your project needs multi-language support, go to Project Settings → Localization and add the locales you need (e.g. fr, es, ar).
2. Create collections
Collections define your content structure. Go to Settings → Collections and create your first collection — or use the AI Studio to generate a schema from a description.
3. Add API access
Go to Project Settings → API Access to create an API token for your frontend application.
4. Add team members
Go to Project Settings → User Access to invite collaborators and assign roles.