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
Quickstart
Install a Linux server, pair it, and make your first request.
Authentication
Understand localhost trust and remote bearer tokens.
API concepts
Learn resources, errors, cursors, and idempotent actions.
API reference
Browse every current HTTP and streaming endpoint.
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