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

# Kite Platform API

> One small REST API for running Kite from your own code — augment robot datasets on cloud GPUs today, train and evaluate policies soon.

The Kite Platform API runs the platform from your own code. Today that means **augmentation**: point Kite at a teleoperation dataset, describe a visual change in plain language, and get back new episodes as a standard LeRobot dataset — generated on cloud GPUs you never have to manage. Training and simulation evaluation are coming to the API next.

<div className="kite-cta">
  <a className="kite-btn kite-btn--primary" href="/quickstart">Get started</a>
  <a className="kite-btn kite-btn--ghost" href="/platform-api/overview">Explore the API</a>
</div>

<div className="kg-card-grid kg-card-grid--3">
  <a className="kg-card" href="/platform-api/augmentation">
    <div className="kg-card__media kg-bg-ink kg-motif-dots kg-grain">
      <span className="kg-card__icon">
        <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="1.7" strokeLinecap="round" strokeLinejoin="round">
          <path d="M12 3l1.9 4.6L18.5 9.5l-4.6 1.9L12 16l-1.9-4.6L5.5 9.5l4.6-1.9z" />

          <path d="M19 14.5l.7 1.8 1.8.7-1.8.7-.7 1.8-.7-1.8-1.8-.7 1.8-.7z" />
        </svg>
      </span>
    </div>

    <div className="kg-card__body">
      <p className="kg-card__title">Augment</p>
      <p className="kg-card__desc">Point Kite at a dataset, describe a visual change in plain language, and get back new episodes as standard Parquet.</p>
    </div>
  </a>

  <div className="kg-card">
    <div className="kg-card__media kg-bg-ink kg-motif-grid kg-grain">
      <span className="kg-card__icon">
        <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="1.7" strokeLinecap="round" strokeLinejoin="round">
          <rect x="6" y="6" width="12" height="12" rx="2" />

          <path d="M9 2v2M15 2v2M9 20v2M15 20v2M2 9h2M2 15h2M20 9h2M20 15h2" />
        </svg>
      </span>
    </div>

    <div className="kg-card__body">
      <p className="kg-card__title">Train — coming soon</p>
      <p className="kg-card__desc">Train across many VLA and imitation-learning policies on cloud GPUs. Available today in the dashboard and CLI.</p>
    </div>
  </div>

  <div className="kg-card">
    <div className="kg-card__media kg-bg-ink kg-motif-dots kg-grain">
      <span className="kg-card__icon">
        <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="1.7" strokeLinecap="round" strokeLinejoin="round">
          <path d="M3 12h4l3 8 4-16 3 8h4" />
        </svg>
      </span>
    </div>

    <div className="kg-card__body">
      <p className="kg-card__title">Evaluate — coming soon</p>
      <p className="kg-card__desc">Roll out policies in simulation and score them against benchmarks, before you touch real hardware.</p>
    </div>
  </div>
</div>

Start with the [quickstart](/quickstart) to run your first augmentation, or read [authentication](/platform-api/authentication) to create an API key. Every endpoint is listed in the [API reference](/platform-api/api-reference).

<Tip>
  Prefer a terminal or an AI assistant? The same platform is available through the [Kite CLI](https://kiteml.com/docs/cli) and the [Kite MCP server](https://kiteml.com/docs/mcp), which share this API's authentication.
</Tip>
