> ## Documentation Index
> Fetch the complete documentation index at: https://docs.getgrasp.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Grasp is a cloud browser for AI agents.

Grasp is a cloud browser for AI agents, providing a managed and reliable environment for web interaction. It handles the complexities of browser automation at scale, such as bot detection and CAPTCHAs, allowing you to focus on your agent's core logic.

## Get Started

<Card title="Quickstart" icon="rocket" href="/quickstart" horizontal>
  Follow our quickstart guide to get up and running in minutes.
</Card>

## SDKs

<Columns cols={2}>
  <Card title="JavaScript/TypeScript SDK" icon="node-js" href="/sdks/javascript">
    The official JavaScript/TypeScript SDK for Grasp.
  </Card>

  <Card title="Python SDK" icon="python" href="/sdks/python">
    The official Python SDK for Grasp.
  </Card>
</Columns>
