Start Here

  • Introduction
  • Quick Start

Core Features

  • Project Settings
  • Schema Builder
  • Dynamic Data
  • Conditional Logic
  • Relationships
  • Consuming your API

Integrations

  • n8n Workflows
  • Make (Integromat)
  • AI Tools

Project Settings

Manage your project configuration, security credentials, and lifecycle.

General Settings

You can access these settings by clicking the Settings tab in your project dashboard.

Project Name & Description

These are purely for your internal organization. Changing the name does not change your API URL (which relies on the immutable Project ID).

Project ID

This is the unique identifier used in your API endpoints.

proj_abc123...

API Keys & Security

PRO

Your API Key allows your applications (and Make/n8n workflows) to access protected data.

Regenerating your Key

If you accidentally expose your key in a public GitHub repository or client-side code, you should rotate it immediately.

Warning: Regenerating a key invalidates the old one immediately. Any live applications using the old key will start receiving 401 Unauthorized errors until you update them.
  1. Go to the Project Dashboard
  2. In the Project API Key sidebar section
  3. Click on Rotate Api Key.
  4. Click the red Regenerate Key button.
  5. Confirm the action in the modal.
  6. Copy your new key immediately.

On this page

  • General Settings
  • API Keys & Security
Previous
Quick Start
Next
Schema Builder