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

# Build with NMotion Platform

> Authenticate with a personal access token, call the developer API, and use the nmp CLI.

NMotion Platform is a multi-tenant workspace for robot learning datasets —
catalog browsing, project imports, episode inspection, and derived exports.
This site covers everything you can automate: the stable HTTP API, personal
access tokens, and the `nmp` command-line client.

## Start here

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Create a PAT, install `nmp`, and make your first authenticated call.
  </Card>

  <Card title="Authentication" icon="key" href="/authentication">
    Clerk sessions vs `nmp_` personal access tokens and scopes.
  </Card>

  <Card title="CLI" icon="terminal" href="/cli">
    Install and use the `nmp` command-line client.
  </Card>

  <Card title="API reference" icon="code" href="/api-overview">
    Interactive OpenAPI reference generated from the developer contract.
  </Card>
</CardGroup>

## Base URLs

| Environment | Base URL                                 |
| ----------- | ---------------------------------------- |
| Production  | `https://platform.neural-motion.org`     |
| Dev channel | `https://dev.platform.neural-motion.org` |

Pass the base URL to the CLI with `--base-url` or `NMP_BASE_URL`.
