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
Display name for your project. Used to identify the project in the dashboard and API responses. Example:
My Production App.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.
Unique identifier for the created project.
The display name you provided.
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.