Authorization header. On success, you receive a projectId and an apiKey — use the key to authenticate all subsequent requests.
Request
POST https://api.relayos.com.br/v1/projects
string
required
Display name for your project. Used to identify the project in the dashboard and API responses. Example:
My Production App.string
required
Contact email address for the project owner. RelayOS uses this for billing notices and critical alerts.
Response
A200 response returns the new project object along with your API key.
string
Unique identifier for the created project.
string
The display name you provided.
string
Your project’s API key. Pass this as a Bearer token in the
Authorization header for all authenticated requests. This value is shown only once.