v1

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-19273210655.1 KB
Servers

Create server

Create a new server in the organization. Supports both standard cloud providers and custom VPS configurations.

Processing mode: <small><code>async</code></small>

post/orgs/{organization}/servers

Path parameters

organizationstring required

The organization slug

Request body

namestring required
providerstring required
credential_idinteger
team_idinteger nullable
type'app' | 'web' | 'loadbalancer' | 'database' | 'cache' | 'worker' | 'meilisearch' | 'openclaw' required
ubuntu_version'22.04' | '24.04' required
php_version'php5' | 'php56-old' | 'php56' | 'php70' | 'php71' | 'php72' | 'php73' | 'php74' | 'php80' | 'php81' | 'php82' | 'php83' | 'php84' | 'php85'
database_type'mysql' | 'mysql8' | 'mysql84' | 'mysql9' | 'mariadb' | 'mariadb106' | 'mariadb1011' | 'mariadb114' | 'postgres' | 'postgres13' | 'postgres14' | 'postgres15' | 'postgres16' | 'postgres17' | 'postgres18'
recipe_idinteger nullable
tagsstring[] nullable
add_key_to_source_controlboolean
databasestring

Response

ServerResource