Overview
Rose Agents are autonomous AI systems that can execute complex, multi-step tasks. Each agent has access to powerful tools including web search, browser automation, code execution, and the ability to spawn sub-agents.Create an Agent
string
required
Your Rose API key
Body Parameters
string
required
The task for the agent to accomplish. Be specific and detailed.
string
default:"rose-1-lite"
The model to use:
rose-1-lite- Fast, cost-effectiverose-1-ultra- High quality reasoning
Request
Response
Get Agent Status
Poll this endpoint to check agent progress and retrieve messages.string
required
The agent ID returned from creation
Request
Response
Agent Statuses
Pause an Agent
Resume an Agent
Delete an Agent
Agent Tools
Every Rose agent has access to these tools:Example: Polling for Completion
Pricing
Agents consume credits as they work:- Token usage is billed per-model at standard rates
- Tool usage (web search, browser, etc.) has additional costs
- Monitor your usage in the Dashboard
Agents can spawn sub-agents, which inherit the parent’s credit balance. Set appropriate limits for complex tasks.