Documentation
CLI Overview
Manage API Agents from a local agent.toml manifest.The Rebyte CLI manages the definition of an API Agent. It validates local configuration, creates Agents, applies changes, and exports the current configuration back to TOML.
It does not send Agent messages or manage Runtime infrastructure. Use the official OpenAI SDK through the Responses API to run an Agent.
Commands
| Command | Purpose |
|---|---|
rebyte agent validate | Validate agent.toml locally. |
rebyte agent create | Create an Agent from agent.toml. |
rebyte agent apply | Replace an Agent's configuration with the local manifest. |
rebyte agent export | Export an Agent as canonical TOML. |