Send Message
Agent Interaction
Send Message
Send a message to the agent to start a task or respond to questions.
POST
Send Message
Overview
Send a user message to the agent. Use this to:- Start a new task - Give the agent initial instructions
- Answer questions - Respond when the agent asks for clarification
- Provide updates - Give the agent new information mid-task
Request
The UUID of the session
Bearer token for authentication
The message text to send to the agent (1-10,000 characters)
Optional starting URL for the agent to navigate to (max 2,000 characters)
Response
Whether the message was successfully queued
Confirmation message
Example Requests
Validation
Use Cases
E-commerce Research
Form Filling
Data Extraction
Flight Booking
Responding to Questions
When the agent asks a question (message typeQUESTION), respond naturally:
Message Patterns
Clear Task Definition
✅ Good: “Find 3 nonstop flights from SFO to JFK on June 15, budget $400-500, prefer morning departures” ❌ Bad: “Find flights”Structured Requests
✅ Good: “Research iPhone 15 pricing at Best Buy, Amazon, and Apple Store. Return as JSON with store name and price” ❌ Bad: “Check iPhone prices”Actionable Instructions
✅ Good: “Navigate to LinkedIn, search for ‘machine learning engineers in San Francisco’, and save the first 10 profiles” ❌ Bad: “Find some ML engineers”Best Practices
The agent will ask questions if it needs clarification. Monitor messages and respond promptly.