Codevisor Server

Codevisor Server

Run coding agents on another machine and build clients against the experimental Codevisor Server API.

Codevisor Server hosts projects, coding-agent sessions, event streams, files, and terminals. The Codevisor macOS app uses the same HTTP and WebSocket API documented here.

Experimental API

The /v1 API is public for experimentation, but its compatibility policy is not finalized yet. Pin the Codevisor Server release you test against and read release notes before upgrading.

Start here

Default endpoint

A standalone server listens on 127.0.0.1:49361 unless configured otherwise. The Linux installer binds to 0.0.0.0:49361, enables token authentication, and can install a systemd service.

curl http://127.0.0.1:49361/v1/health

On this page