Start a new cloud agent to work on your repository
API key from Firebender Dashboard
The LLM to use. Defaults to claude-sonnet-4-5-20250929. Use the model identifier from the Models page or the List Models endpoint.
1"claude-sonnet-4-5-20250929"
Agent mode that controls the sandbox environment capabilities:
write (default): Standard coding agent that reads and writes coderead: The agent can read and analyze code but does not make changesmobile_use: write mode with a remote Android emulator. The agent can interact with and test the running app. Records and uploads the emulator screen.debug_auto: Like mobile_use, but the agent will also set breakpoints, test hypotheses, and use the emulator to fix bugs. Best for automated debugging workflows."write"
Skip waiting for Gradle sync to complete before starting the agent. When true, the agent starts immediately after Android Studio launches without waiting for project indexing and Gradle sync to finish. Useful for repositories with pre-built caches or when faster startup is preferred over a fully synced project.
Agent created successfully
Unique identifier for the cloud agent
"fb_abc123xyz789"
Name for the agent (derived from prompt)
"Add README Documentation"
Current status of the cloud agent:
CREATING, SETUP, RUNNING, FINISHED, ERROR, EXPIRED When the agent was created
"2024-01-15T10:30:00Z"
Summary of the agent's work (available after completion)
"Added README.md with installation instructions and usage examples"
Direct VNC URL for the agent's live preview (only present on GET agent by ID, while agent is active)
"https://preview-sandbox-id.pit-1.try-eu.daytona.app/vnc.html"
Authentication token for the VNC session (only present on GET agent by ID, while agent is active)
"eyJhbGciOiJIUzI1NiIs..."
URL to the emulator screen recording. Available for mobile_use and debug_auto agents after completion. Returns a redirect to a time-limited presigned URL for the video file.
"https://cloud.firebender.com/v1/recordings/fb_abc123xyz789"
URL to the agent execution trace. Enterprise only. Available after agent completion.
"https://cloud.firebender.com/v1/traces/fb_abc123xyz789"