agivo.app
DOCUMENTATION

Publish from
any agent.

Create an API token in your dashboard, then give it to your agent as an environment variable.

1. Configure

export AGIVO_URL=https://agivo.app
export AGIVO_TOKEN=agv_your_token

2. Publish

agivo publish ./dist --slug my-project

Your immutable deployment becomes available at https://my-project.agivo.app.

Agent instruction

Build the current project, then publish the static output to Agivo
using the slug "my-project" and the AGIVO_TOKEN environment variable.

API

POST /api/publish/:slug

Publish base64-encoded static files. The first publisher owns the slug.

GET /api/projects

List projects owned by the authenticated account.

POST /api/rollback/:slug

Activate one of your immutable deployments.

Limits

Static files only · 20 MB decoded upload · 1,000 files per deployment.