Project Management
💡 A Project corresponds to a single service or app. This guide explains how to create and manage projects.
Overview
A Project is created under an Organization. When you create a project, a dev environment is automatically provisioned, and you gain access to all features including table design, authentication setup, and API Key issuance.
Creating a Project
Click Projects in the sidebar.
Click the Create Project button.
Enter the following information.
Project Name
Display name for the project
My Blog
Project Slug
URL identifier (can be auto-generated)
my-blog
Region
Data storage region
Seoul (ap-northeast-2)
Cloud
Cloud provider
AWS
Click Create.
⚠️ When you create a project, a dev environment is automatically provisioned. Wait approximately 30 seconds until it reaches Active status.
Viewing the Project List
Click Projects in the sidebar to view all projects in the current Organization.

Project Name
Display name of the project
Slug
URL identifier
Region
Data storage location
Environments
Number of created environments
Status
Active / Provisioning
Selecting a Project
Click a project in the list to switch to the project-level sidebar. From there, you can access project-specific features such as environment management, database, authentication, and storage.
Updating Project Settings
Click Project Settings in the project-level sidebar to modify project information.
💡 You can find the Project ID on the project settings page. The Publishable Key (pk_ prefix) includes the project ID and environment information, so you only need the X-API-Key header for REST API calls.

Deleting a Project
🚨 Danger — Deleting a project permanently removes all environments, tables, Users, and files. This action cannot be undone.
Click Project Settings in the project-level sidebar.
In the Delete Project section at the bottom of the page, click Delete.
Enter the project name and click Confirm Delete.

Next Steps
Environment Management — Configure dev / staging / prod environments
Table Management — Create your first table
API Key Management — Issue REST API access tokens
Project Settings — Modify detailed settings
Last updated