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

# Introduction

> Welcome to Scispot API Documentation

Scispot is a unified lab operations platform. This site documents the **REST API** used to automate Labsheets (LIMS), electronic lab notebooks, inventory manifests, sequences, and inbound webhooks.

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Create an API key and send your first request in minutes.
  </Card>

  <Card title="Authentication" icon="key" href="/authentication">
    How to use personal tokens with the `Authorization: Bearer` header.
  </Card>

  <Card title="API reference" icon="code" href="/api-reference/overview">
    Browse endpoints by product area.
  </Card>

  <Card title="Scispot MCP Server" icon="https://mintcdn.com/scispot-io-inc/0kv0gzlVNn5hCCKm/images/mcp-logo.svg?fit=max&auto=format&n=0kv0gzlVNn5hCCKm&q=85&s=f0abe876f733efd805c89116dfe32f2a" href="/mcp-server" width="180" height="180" data-path="images/mcp-logo.svg">
    Connect an AI assistant to your workspace. Private beta.
  </Card>

  <Card title="Open Scispot" icon="arrow-up-right" href="https://labsheets.scispot.io">
    Sign in to your workspace.
  </Card>
</CardGroup>

## Base URL

Production requests use:

```text theme={null}
https://cloudlab.scispot.io
```

## Choose your integration

Use the REST API when you build a programmatic integration or custom automation. Use the [Scispot MCP Server](/mcp-server) when you want an AI assistant to work with your Scispot workspace conversationally.

<Warning>
  The Scispot MCP Server is in private beta. Contact your Customer Success representative to request access.
</Warning>

## Product areas

| Area           | Description                                                  |
| -------------- | ------------------------------------------------------------ |
| **Labsheets**  | LIMS tables and rows                                         |
| **ELN**        | Protocols and experiments                                    |
| **Manifests**  | Plates, boxes, and racks                                     |
| **Sequences**  | Sequence records                                             |
| **Webhooks**   | Inbound events                                               |
| **MCP Server** | Private-beta AI assistant access to Scispot data and actions |
