Project Management

circle-info

💡 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

  1. Click Projects in the sidebar.

  2. Click the Create Project button.

  3. Enter the following information.

Field
Description
Example

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

  1. Click Create.

circle-exclamation

Viewing the Project List

Click Projects in the sidebar to view all projects in the current Organization.

Project list page
Displayed Info
Description

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.

circle-info

💡 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.

Project settings page

Deleting a Project

triangle-exclamation
  1. Click Project Settings in the project-level sidebar.

  2. In the Delete Project section at the bottom of the page, click Delete.

  3. Enter the project name and click Confirm Delete.

Project delete danger zone

Next Steps

Last updated