@rivet-dev/sandbox-agent
- Prompt/session traffic is ACP JSON-RPC over streamable HTTP on /v1/rpc:
Install
Add @rivet-dev/sandbox-agent to Claude Code with the PolySkill CLI: polyskill add @rivet-dev/sandbox-agent
Instructions
# Instructions ## ACP v1 Baseline - v1 is ACP-native. - `/v1/*` is removed and returns `410 Gone` (`application/problem+json`). - `/opencode/*` is disabled during ACP core phases and returns `503`. - Prompt/session traffic is ACP JSON-RPC over streamable HTTP on `/v1/rpc`: - `POST /v1/rpc` - `GET /v1/rpc` (SSE) - `DELETE /v1/rpc` - Control-plane endpoints: - `GET /v1/health` - `GET /v1/agents` - `POST /v1/agents/{agent}/install` - Binary filesystem transfer endpoints (intentionally HTTP, not ACP extension methods): - `GET /v1/fs/file` - `PUT /v1/fs/file` - `POST /v1/fs/upload-batch` - Sandbox…
Keywords: github, json-rpc, http-streaming, api-integration, session-management, data-transport, rivet-dev, coding-tools, developer-automation