v1
latestOpenAPI 3.1.1LicenseRef-Proprietary2026-07-1310179223.1 KBClients
Create Client
Create a new client. Names are not deduplicated — posting the same name creates another client.
post/clients
Request body
Example request
{
"name": "Client Name"
}Response
Created
Example response
{
"id": 4567,
"name": "Client Name",
"projects": [
"ev:1234567890"
],
"budget": {
"type": "money",
"budget": 100000,
"period": "general"
}
}