# Infragrid Docs > Build cloud browser tasks, ordered workflows, and published Blueprint automations with Infragrid. ## Docs - [Infragrid overview](https://docs.infragrid.ai/overview.md): Run cloud browser tasks, ordered workflows, and published Blueprints through one durable developer platform. - [Quickstart](https://docs.infragrid.ai/get-started/quickstart.md): Create a scoped key, start a cloud browser task, and recover the completed result. - [Authentication](https://docs.infragrid.ai/authentication.md): Create, scope, rotate, and revoke workspace API keys safely. - [Browser tasks](https://docs.infragrid.ai/guides/browser-tasks.md): Use a free-form goal for exploratory cloud browser work. - [Ordered workflows](https://docs.infragrid.ai/guides/ordered-workflows.md): Combine deterministic browser primitives with AI-assisted observe, act, and extract steps. - [Published Blueprints](https://docs.infragrid.ai/guides/published-blueprints.md): Discover and run immutable published automation revisions. - [Idempotency](https://docs.infragrid.ai/production/idempotency.md): Retry run creation safely without creating duplicate work. - [Errors and retries](https://docs.infragrid.ai/production/errors-retries.md): Handle API errors, request IDs, retryable responses, and terminal run failures. - [Limits](https://docs.infragrid.ai/production/limits.md): Public request, workflow, polling, response, and MCP output boundaries. - [Versioning](https://docs.infragrid.ai/production/versioning.md): Understand REST versions, SDK compatibility, Blueprint revisions, and deprecation. - [TypeScript SDK](https://docs.infragrid.ai/sdks/typescript.md): Use the typed Node.js client for browser runs, workflows, and published Blueprints. - [Python SDK](https://docs.infragrid.ai/sdks/python.md): Use the dependency-light Python client for synchronous browser automation. - [CLI](https://docs.infragrid.ai/tools/cli.md): Start, inspect, list, and cancel browser runs from the command line. - [MCP server](https://docs.infragrid.ai/tools/mcp.md): Give MCP-compatible agents nine bounded tools backed by Infragrid's public API. - [API overview](https://docs.infragrid.ai/reference/overview.md): Authenticate, create durable runs, and work with the complete Infragrid v1 REST API. - [Create a run](https://docs.infragrid.ai/reference/runs/create.md): Start one free-form browser task or one ordered workflow. - [Get a run](https://docs.infragrid.ai/reference/runs/get.md): Retrieve one browser task or ordered workflow run by ID. - [List runs](https://docs.infragrid.ai/reference/runs/list.md): List browser task and ordered workflow runs in the API key's workspace. - [Cancel a run](https://docs.infragrid.ai/reference/runs/cancel.md): Request cancellation of a browser task or ordered workflow run. - [List Blueprints](https://docs.infragrid.ai/reference/blueprints/list.md): List active published Blueprints in the API key's workspace. - [Get a Blueprint](https://docs.infragrid.ai/reference/blueprints/get.md): Retrieve one active published Blueprint and its public input contract. - [Run a Blueprint](https://docs.infragrid.ai/reference/blueprints/run.md): Start a cloud run pinned to a published Blueprint revision. - [List Blueprint runs](https://docs.infragrid.ai/reference/blueprint-runs/list.md): Cursor-page API-triggered Blueprint runs. - [Get a Blueprint run](https://docs.infragrid.ai/reference/blueprint-runs/get.md): Retrieve status, safe outputs, and failure details for one Blueprint run. - [List Blueprint run events](https://docs.infragrid.ai/reference/blueprint-runs/events.md): Poll one bounded display-safe run snapshot after a cursor. - [Cancel a Blueprint run](https://docs.infragrid.ai/reference/blueprint-runs/cancel.md): Cancel one API-triggered Blueprint run. - [Create an API key](https://docs.infragrid.ai/reference/api-keys/create.md): Create a scoped workspace key and reveal its secret once. - [List API keys](https://docs.infragrid.ai/reference/api-keys/list.md): List safe workspace API-key metadata. - [Rotate an API key](https://docs.infragrid.ai/reference/api-keys/rotate.md): Create a replacement key with a bounded rollout grace period. - [Revoke an API key](https://docs.infragrid.ai/reference/api-keys/revoke.md): Revoke a workspace API key immediately. - [Security model](https://docs.infragrid.ai/security.md): Understand workspace isolation, credential boundaries, and display-safe public results. - [Changelog](https://docs.infragrid.ai/changelog.md): Public API, SDK, MCP, and developer portal updates.