Documentation

Install the Syva agent plugins

Add Syva-specific guidance for repository work, SDK examples, public docs, image builds, deploys, billing, workers, and operations.

Codex

Add the Syva plugin marketplace from the public Syva agent plugins repository. It contains only the plugin marketplace files and the Syva plugin bundle.

Terminal
codex plugin marketplace add syvadev/plugins
codex plugin add syva@syva

Start a new Codex thread after installation so the plugin skills are available.

Claude Code

Add the same marketplace in Claude Code, install Syva, then reload plugins.

Claude Code
/plugin marketplace add syvadev/plugins
/plugin install syva@syva
/reload-plugins

Use

Ask your coding agent for Syva work directly, or explicitly invoke the Syva plugin when you want to force it. Good prompts include fixing a Syva repo bug, updating SDK docs, checking public API drift, preparing a dev deploy, or explaining current SDK usage.

Auth

The current plugin is a guidance plugin. It does not connect to Syva, fetch API keys, store API keys, or create sandboxes by itself.

Use your normal Syva API key when running Syva SDK code. Set SYVA_API_KEY in the shell or environment where that code runs. Set SYVA_API_URL only when targeting a local or self-hosted control API.

Update

Refresh the marketplace and reinstall the plugin when Syva publishes plugin updates.

Codex
codex plugin marketplace upgrade syva
codex plugin add syva@syva
Claude Code
/plugin marketplace update syva
/plugin install syva@syva
/reload-plugins

Start a new Codex thread or run /reload-plugins in Claude Code after reinstalling.