Skip to main content

Overview

Once deployed, invoke your agents through multiple interfaces:

Via CLI

Basic Usage

Stream Logs

Follow execution in real-time:

Async Mode

Start run and return immediately:

CLI Options

string
JSON string of input data
string
Path to JSON input file
string
Individual parameters (repeatable)
boolean
Stream logs in real-time
boolean
Start run without waiting for completion
string
Environment: development or production

Via API

POST /agents//run

Request:
Response (200 OK):

Status Codes

  • 200 - Run completed successfully
  • 202 - Run accepted (async mode)
  • 400 - Invalid input
  • 401 - Unauthorized (check API key)
  • 404 - Agent not found
  • 500 - Internal error

Get Run Status

Response:

Via Python SDK

Install

Basic Usage

Async Mode

SDK Methods

Run agent and wait for completion
Start run without waiting
Check run status
Wait for run to complete
Cancel a running agent
List recent runs

Via Dashboard

1

Navigate to agent

2

Click Run Agent

Click the Run Agent button
3

Fill input

Enter your input data in the form
4

Execute

Click Execute and watch real-time logs
The dashboard shows:
  • Real-time execution logs
  • Action calls
  • Memory operations
  • Final result
  • Execution time

Examples

Python Script

Node.js Script

cURL

Best Practices

Next Steps

Monitoring

View logs and metrics

Deploying

Deploy your agents

API Reference

Full API documentation

Agents

Learn about agents