Project Settings
💡 This guide explains how to manage your project's basic information and settings.
Overview
On the project settings page, you can check the Project ID, modify project information, configure authentication settings, and delete the project.
Opening the Settings Page
Click Project Settings in the project-level sidebar.
Project Information
The top section of the settings page displays key project information.
Project ID
Auto-generated unique identifier (click to copy)
Project Slug
URL identifier
Cloud Provider
Cloud provider (e.g., AWS)
Region
Deployment region (e.g., ap-northeast-2)
Created At
Date and time the project was created

💡 The Project ID is auto-generated and cannot be changed. The Publishable Key (pk_ prefix) embeds the project ID and environment, so you only need the X-API-Key header for REST API calls.
Modifying Project Settings
Project Name
✅
Change the display name
Description
✅
Change the project description
Project Slug
❌
Cannot be changed after creation
Cloud Provider
❌
Cannot be changed after creation
Region
❌
Cannot be changed after creation
Project ID
❌
Auto-generated, cannot be changed
CORS (Allowed Origins)
Click CORS in the project-level sidebar to manage allowed origins for cross-origin API requests.
Enter the origin URL (e.g.,
https://my-app.com) and click Add.The origin is added to the allowed list.
Maximum
Up to 3 origins per project
Format
Must be a valid URL including protocol (e.g., https://)
Wildcard
Wildcard (*) is not allowed
localhost
http://localhost origins are allowed for development
To remove an origin, click the Delete button next to it.

⚠️ API requests from origins not in the allowed list will be blocked by the browser's CORS policy.
Deleting a Project
🚨 Danger — Deleting a project permanently removes all environments, tables, Users, files, and API Keys. This action cannot be undone.
Scroll to the Delete Project section at the bottom of the settings page.
Click the Delete button.
Enter the project name and click Confirm Delete.

Next Steps
API Key Management — Issue access tokens
Environment Management — Create and switch environments
Console Overview — Full console structure
Last updated