Use this endpoint to create a new RelayOS project. This is the only endpoint that does not require anDocumentation Index
Fetch the complete documentation index at: https://docs.relayos.com.br/llms.txt
Use this file to discover all available pages before exploring further.
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.