Sign inSign up

araratgornosay/opencode-routerai:1.0.0

Manifest digest

sha256:394e93f1193e908e2dd12c337b286f0b7845e5c0a97a2e4a22f9ec34403d2a47

Last pushed

23 days by araratgornosay

Type

Sandbox Kit

Manifest digest

sha256:394e93f1193e908e2dd12c337b286f0b7845e5c0a97a2e4a22f9ec34403d2a47

MIXIN
REQUIRES SECRETS

Adds the RouterAI.ru provider (OpenAI-compatible, z-ai GLM models) to the built-in opencode agent. The API key never enters the sandbox VM: opencode works with a proxy-managed sentinel, and the Docker Sandboxes proxy injects the real key (stored host-side via `sbx secret set routerai`) into Authorization headers for routerai.ru.


Credentials
NameServiceRequiredDescription
ROUTERAI_API_KEYrouteraiRequiredRouterAI.ru API key (https://routerai.ru)

Network Egress

routerai.ru

*.routerai.ru

registry.npmjs.org

Apply this mixin to a sandbox

sbx run <agent> --kit docker.io/araratgornosay/opencode-routerai:1.0.0

Make sure you have docker sbx installed

Run the following command to install sbx on your machine.

macOS
brew install docker/tap/sbx
Windows
winget install Docker.sbx
Learn more about docker sbx