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

# Simultaneous

> Run agentic operators across execution environments with a unified API

### What is Simultaneous?

Simultaneous is a platform and Python SDK for running agents on infrastructure providers like Browserbase via a single, consistent API. It includes:

* Unified HTTP API for auth, projects, API keys, sessions, and agents
* Python SDK (`SimClient`, `BrowserClient`) for defining and running agents
* CLI (`sim`) for authentication and project/agent management
* Web dashboard (optional) for visibility

<Columns cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart" horizontal>
    Install locally and run your first agent in minutes.
  </Card>

  <Card title="Setup" icon="wrench" href="/guides/setup">
    Configure environment variables and get started.
  </Card>

  <Card title="Python SDK" icon="python" href="/sdk/python">
    Use `SimClient` and `BrowserClient` to define and run agents.
  </Card>

  <Card title="CLI" icon="terminal" href="/cli/overview">
    Authenticate, create projects, and manage agents from the terminal.
  </Card>

  <Card title="API Reference" icon="book" href="/api-reference/auth">
    Explore the public REST endpoints.
  </Card>
</Columns>
