Everything you need to deploy, manage, and scale your applications on Arcline Cloud.
Sign up at app.arcline.cloud and create your first project from the dashboard.
Install the Arcline CLI to deploy directly from your terminal.
Run a single command from your project directory to go live.
All API requests require a Bearer token. Obtain one from your dashboard under Settings → API Keys.
Create, list, update, and delete projects. Each project contains one or more services (apps, databases, workers).
GET /v1/projects POST /v1/projects DELETE /v1/projects/:id
Trigger deployments, view build logs, roll back to previous versions, and manage environment variables.
POST /v1/projects/:id/deploy GET /v1/deployments/:id/logs
Provision managed PostgreSQL instances, manage connection strings, and configure backups.
POST /v1/databases GET /v1/databases/:id