# CloudCruise ## Docs - [Builder Agent](https://docs.cloudcruise.com/concepts/builder-agent.md): Generates a workflow through chat - [Maintenance Agent](https://docs.cloudcruise.com/concepts/maintenance-agent.md): Classifies workflow failures and triggers appropriate recovery actions - [Two-Factor Authentication](https://docs.cloudcruise.com/concepts/twofactor.md): Seamless 2FA handling for autonomous browser agents - [Vault](https://docs.cloudcruise.com/concepts/vault.md): Where your credentials are stored - [Webhooks](https://docs.cloudcruise.com/concepts/webhooks.md): Register webhooks to receive updates on the workflow execution - [Workflow Editor](https://docs.cloudcruise.com/concepts/workflow-editor.md): Change input variables, edit the workflow graph and more - [Workflows](https://docs.cloudcruise.com/concepts/workflows.md): A context container for your business process - [Slack](https://docs.cloudcruise.com/integrations/slack.md): Set up Slack notifications for your CloudCruise workflows - [Quickstart](https://docs.cloudcruise.com/introduction.md): Build & Run - [Get workflow errors report](https://docs.cloudcruise.com/reporting-api/get-error-report.md): Retrieves a comprehensive report of errors that occurred during workflow executions within a specified timeframe. - [Interrupt a run](https://docs.cloudcruise.com/run-api/interrupt-run.md): Interrupts a running browser agent run - [Retrieve run results](https://docs.cloudcruise.com/run-api/retrieve-run-results.md): Retrieves comprehensive results and execution details for a specific browser agent run. This endpoint provides: - Current execution status and overall outcome - Detailed output data based on your defined data model - Run artifacts including screenshots, error logs, and authentication/input variable records - [Start a run](https://docs.cloudcruise.com/run-api/start-a-run.md): Initiates a new browser agent run. This endpoint allows you to: - Start a run with input variables - Execute runs on behalf of authenticated users - Configure webhook notifications for run events - Perform dry runs to prevent writes in the target software - [Submit user interaction data](https://docs.cloudcruise.com/run-api/submit-user-interaction-data.md): Submits user interaction data during an active run. This endpoint enables: - Real-time user input submission during run - Dynamic response handling for interactive runs - Support for various input types through flexible key-value pairs - Integration with run decision points and verification steps - [Create vault entry](https://docs.cloudcruise.com/vault-api/create-vault-entry.md): Registers a new vault entry in the CloudCruise Platform. - [Get vault entries](https://docs.cloudcruise.com/vault-api/get-vault-entries.md): Retrieves vault entries for users matching the specified criteria. - [Update vault entry](https://docs.cloudcruise.com/vault-api/update-vault-entry.md): Updates a vault entry in the CloudCruise Platform. - [Replay webhooks](https://docs.cloudcruise.com/webhooks-api/replay-webhooks.md): Replays all webhooks that were sent during a session. - [Get workflow metadata](https://docs.cloudcruise.com/workflow-api/get-metadata.md): Retrieves the JSON schema of the input variables for a specific workflow - [Get all workflows](https://docs.cloudcruise.com/workflow-api/get-workflows.md): Retrieves all workflows of the workspace the API key is associated with ## Optional - [Community](https://discord.com/invite/MHjbUqedZF) - [Blog](https://cloudcruise.com/blog)