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

# LaunchKit for developers

> Integration documentation for platform and IT engineers

LaunchKit is an AI agent platform. Your team runs agent tasks from the LaunchKit dashboard, and the agents do their work inside isolated sandboxes. The product itself needs no manual; these pages exist for the engineers who wire LaunchKit into enterprise infrastructure.

## What you can integrate

<Columns cols={3}>
  <Card title="Enterprise SSO" icon="key" href="/en/sso/overview">
    Connect your identity provider over SAML 2.0 or OIDC, with optional org-wide enforcement.
  </Card>

  <Card title="Directory sync (SCIM)" icon="users" href="/en/scim/overview">
    Provision and deprovision members and teams from Okta or Microsoft Entra over SCIM 2.0.
  </Card>

  <Card title="Sandbox runtimes" icon="server" href="/en/runtimes/overview">
    Run agent sandboxes on your own E2B-compatible plane, in your cloud or on your intranet.
  </Card>
</Columns>

## Where things happen

| Surface                | What it is                       | What you configure there                                |
| ---------------------- | -------------------------------- | ------------------------------------------------------- |
| LaunchKit dashboard    | Where your team runs agent tasks | Nothing in these docs                                   |
| Workspace console      | Workspace administration         | SSO connection, domains, SCIM tokens, members and teams |
| LaunchKit API          | `https://api.trylaunchkit.ai`    | SCIM base URL, SSO endpoints, worker connectivity       |
| Your LaunchKit contact | Onboarding assistance            | Sandbox runtime creation and worker keys                |

<Note>
  Some onboarding steps are performed by LaunchKit for you: creating a sandbox runtime record and minting a runtime worker key are done by your LaunchKit contact during rollout. Each page states clearly which steps are yours and which are ours.
</Note>

## Requirements at a glance

* **SSO**: admin access to your IdP and an OWNER or ADMIN role in the LaunchKit workspace.
* **SCIM**: an OWNER or ADMIN role to mint the provisioning token, plus your IdP's provisioning app.
* **Sandbox runtimes**: an E2B-compatible sandbox plane (E2B cloud or a compatible plane such as Tencent CubeSandbox) and, for bridge mode, a host on your network that can run a small Python daemon.
