Developer platform / API v1

Your infrastructure. Your workflow.

Manage projects through the REST API, connect your automation and follow deployments from the terminal.

01 / REST API

Your first request

API tokens are available on HOBBY and PRO. Create a token in settings and store it in the LIXEV_TOKEN environment variable.

https://lixev.uz/api/v1
OpenAPI JSON ↗
curl --fail-with-body \
  -H "Authorization: Bearer $LIXEV_TOKEN" \
  https://lixev.uz/api/v1/projects
Authorization: Bearer

02 / Tooling

Tools for your stack

@lixev/cli

Source code · not yet published to registries

Projects, deployments and logs from your terminal. Install from source.

GitHub ↗

@lixev/sdk

Source code · not yet published to registries

A typed client for projects, services, environment variables and workflows.

GitHub ↗

MCP server

Source code · not yet published to registries

Connect platform tools to MCP clients. Server source is available for a local build.

GitHub ↗
CLI from source

Installation requires access to the source repository. Public packages are not published yet.

git clone https://github.com/DezerdGun/burnops
cd burnops/packages/cli
npm install && npm run build
npm link
lixev login --api https://lixev.uz/api/v1
lixev projects
01

Create a project

Select a repository or a ready-made template.

02

Get a token

Settings → Developer, on HOBBY or PRO.

03

Connect automation

Use the REST API and OpenAPI documentation.

Start with a running application.

Create a project from a template, then connect the API to your workflow.

Choose a template