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

CommandPurpose
rebyte agent validateValidate agent.toml locally.
rebyte agent createCreate an Agent from agent.toml.
rebyte agent applyReplace an Agent's configuration with the local manifest.
rebyte agent exportExport an Agent as canonical TOML.

Next steps