Agent Types
| Type | Description | Input Method |
|---|---|---|
| Chat agents | Interactive, conversational agents | --message "your question" |
| Sub agents | Structured input/output for pipelines | --data-json '{"input": "..."}' |
Running Agents
Run a pre-built agent:Creating Custom Agents
Initialize a new agent:Deploying Agents
Push your agent configuration to deploy:org/name (e.g., myorg/my_agent).
Agent Commands
| Command | Description |
|---|---|
flipside agents list | List all agents in your organization |
flipside agents describe <name> | Show agent details |
flipside agents init <name> | Create new agent YAML config |
flipside agents push <file.yaml> | Deploy or update an agent |
flipside agents pull <name> | Download agent config as YAML |
flipside agents run <name> | Execute an agent |
flipside agents validate <file.yaml> | Validate agent configuration |
flipside agents delete <name> | Delete a deployed agent |
Session Tracking
Agent runs automatically create sessions for trace capture:Visibility Levels
Agents support three visibility levels:| Level | Description |
|---|---|
private | Only you can access |
organization | All members of your org can access |
public | Anyone can access |