Documentation Index
Fetch the complete documentation index at: https://codegeninc-codegen-bot-update-claude-code-docs-prerequisite.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
sandbox
Analyze Sandbox Logs
Analyze sandbox setup logs using an AI agent.
This endpoint creates an AI agent that will analyze the setup logs from a sandbox, identify any errors, provide insights about what went wrong, and suggest potential solutions. The analysis runs asynchronously and results can be retrieved using the returned agent run ID.
Rate limit: 5 requests per minute.
Previous
Get Agent Run LogsRetrieve an agent run with its logs using pagination. This endpoint is currently in ALPHA and IS subject to change.
Returns the agent run details along with a paginated list of logs for the specified agent run.
The agent run must belong to the specified organization. Logs are returned in chronological order.
Uses standard pagination parameters (skip and limit) and includes pagination metadata in the response.
Rate limit: 60 requests per 60 seconds.
Next