# Smooth ## Docs - [Cancel Task](https://docs.smooth.sh/api-reference/agent/cancel-task.md): Cancel a running task by its ID. - [Get Task](https://docs.smooth.sh/api-reference/agent/get-task.md): Returns the status and result of a task by its ID. - [Run Task](https://docs.smooth.sh/api-reference/agent/run-task.md): Submits a task to be executed by the Smooth agent. - [Delete Extension](https://docs.smooth.sh/api-reference/extension/delete-extension.md): Delete an uploaded browser extension by its ID. - [List Extensions](https://docs.smooth.sh/api-reference/extension/list-extensions.md): List all uploaded browser extensions. - [Upload Extension](https://docs.smooth.sh/api-reference/extension/upload-extension.md): Upload a browser extension (.zip file) to be used in tasks. - [Delete File](https://docs.smooth.sh/api-reference/files/delete-file.md): Delete an uploaded file by its ID. - [Upload File](https://docs.smooth.sh/api-reference/files/upload-file.md): Upload a file to be used by tasks. - [Introduction](https://docs.smooth.sh/api-reference/introduction.md): Example section for showcasing API endpoints - [Delete Profile](https://docs.smooth.sh/api-reference/profile/delete-profile.md): Delete a specific browser profile for a user. - [List Profiles](https://docs.smooth.sh/api-reference/profile/list-profiles.md): List all browser profiles for the user. - [Close Session](https://docs.smooth.sh/api-reference/session/close-session.md): Close an interactive browser session by its `live_id`. - [Open Session](https://docs.smooth.sh/api-reference/session/open-session.md): Open an interactive browser instance for 5 minutes. You can either create a new profile or load an existing one by providing its `profile_id`. - [Claude Code](https://docs.smooth.sh/cli/claude-code.md): Setup Smooth CLI for Claude Code - [OpenClaw](https://docs.smooth.sh/cli/openclaw.md): Setup Smooth CLI for OpenClaw - [Other Agents](https://docs.smooth.sh/cli/other-agents.md): Setup Smooth CLI for any agent - [Overview](https://docs.smooth.sh/cli/overview.md): Give your AI agent a browser that actually works - [Custom Extensions](https://docs.smooth.sh/features/custom-extensions.md): Learn how to use custom browser extensions with Smooth - [File Download](https://docs.smooth.sh/features/file-download.md): Learn how to use Smooth to download files - [File Upload](https://docs.smooth.sh/features/file-upload.md): Learn how to use Smooth to upload files - [Live share](https://docs.smooth.sh/features/live-share.md): Get an interactive live view of the browser - [Browser Profiles](https://docs.smooth.sh/features/persistent-sessions.md): Learn how to run authenticated browser sessions - [Proxies](https://docs.smooth.sh/features/proxies.md): Learn how to use a proxy with Smooth - [Video recording](https://docs.smooth.sh/features/session-recording.md): Get a video recording of the agent run - [Structured output](https://docs.smooth.sh/features/structured-output.md): Learn how to use structured outputs - [Use My IP](https://docs.smooth.sh/features/use-my-ip.md): Run browser automations using your own IP address - [Zero Data Retention](https://docs.smooth.sh/features/zero-data-retention.md): Enable Zero Data Retention for enhanced data privacy - [File uploads](https://docs.smooth.sh/guides/file-uploads.md): Learn how to use Smooth to upload files - [Dynamic multi-step forms](https://docs.smooth.sh/guides/fill-in-multi-step-dynamic-forms.md): Automate filling in complex multi-step forms - [Flight search](https://docs.smooth.sh/guides/flight-search.md): Search flights using Smooth - [Government portals](https://docs.smooth.sh/guides/government-portals.md): Extract data from government portals like SEC filings - [Invoice retrieval](https://docs.smooth.sh/guides/invoice-retrieval.md): Learn how to retrieve invoice information with Smooth - [Lead capture](https://docs.smooth.sh/guides/lead-capture.md): Extract structured contact data for lead generation - [QA testing](https://docs.smooth.sh/guides/qa-testing.md): Automate QA testing workflows - [Real-time people enrichment](https://docs.smooth.sh/guides/real-time-people-enrichment.md): Enrich contact profiles with real-time data - [Scrape behind login walls](https://docs.smooth.sh/guides/scrape-behind-login-walls.md): Learn how to scrape data from protected websites - [Social media automation](https://docs.smooth.sh/guides/social-media-automation.md): Automate actions on social media using Smooth - [Introduction](https://docs.smooth.sh/index.md): Welcome to Smooth - [Custom tools](https://docs.smooth.sh/methods/custom-tools.md): Extend Smooth with custom Python functions that run in your environment - [Overview](https://docs.smooth.sh/methods/overview.md): Understanding Simple Tasks vs Session Workflows - [Manage profiles](https://docs.smooth.sh/methods/profiles.md): List and delete your browser profiles - [Create Session](https://docs.smooth.sh/methods/session.md): Create browser sessions for multi-step workflows - [Evaluate JS](https://docs.smooth.sh/methods/session-evaluate-js.md): Execute JavaScript in the browser context - [Extract](https://docs.smooth.sh/methods/session-extract.md): Extract structured data from the current page - [Goto](https://docs.smooth.sh/methods/session-goto.md): Navigate to a URL deterministically - [Run Task](https://docs.smooth.sh/methods/session-run-task.md): Run an agent task within a browser session - [Simple Task](https://docs.smooth.sh/methods/simple-task.md): Run a one-shot browser automation task - [Hover](https://docs.smooth.sh/methods/tools-hover.md): Hover over elements on the page - [Overview](https://docs.smooth.sh/methods/tools-overview.md): Built-in tools to extend your agent - [Print Page](https://docs.smooth.sh/methods/tools-print-page.md): Save the current page as a PDF - [Screenshot](https://docs.smooth.sh/methods/tools-screenshot.md): Capture screenshots of the browser - [Performance](https://docs.smooth.sh/performance.md): Learn how Smooth compares to its alternatives - [Plans & Pricing](https://docs.smooth.sh/pricing.md): Learn how to get and manage your Smooth API credits - [Quickstart](https://docs.smooth.sh/quickstart.md): Running your first task ## Optional - [Playground](https://app.smooth.sh) - [Community](https://discord.gg/VcdgMwUmMG)