Create new project via API

Create a new project using account API key authentication. Returns only the essential information: project ID and API key.

Features:

  • Account-level authentication via Api-Key header
  • Auto-generates secure 64-character API key
  • Supports IP restrictions for API key access
  • Streamlined response format for API integration

Authentication:

  • Requires account API key in Api-Key header
  • API key must be a valid 64-character hex string
  • User account must be active and verified
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required
length ≤ 100

Project name (must be unique)

string
length ≤ 1024

Project description (optional)

string

Comma-separated list of allowed IPs/CIDR blocks for API key access. Examples: "192.168.1.1", "10.0.0.0/8,172.16.1.100", ""

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json