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

# OmniCommerce Docs

> Developer documentation for OmniCommerce REST APIs, MCP tools, and agent integrations.

OmniCommerce is marketplace-PIM infrastructure for agents and developers: catalog ingest, enrichment, publish/sync, promotions, orders, and AI Shelf Share monitoring.

## Integration surfaces

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Auth, core workflows, and the developer platform surface.
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference">
    Interactive OpenAPI reference with request builders (Exa-style playground).
  </Card>

  <Card title="MCP" icon="network-wired" href="/guides/mcp">
    Model Context Protocol endpoint, JSON-RPC methods, and tools.
  </Card>

  <Card title="Guides" icon="book" href="/guides/orders">
    Deeper writeups for orders, promotions, price books, and bulk import.
  </Card>
</CardGroup>

## Machine discovery

Agents and tooling can bootstrap from:

| Resource    | URL                                                                                           |
| ----------- | --------------------------------------------------------------------------------------------- |
| OpenAPI     | [`/openapi.json`](/openapi.json) on this docs site, or `https://omnicommerce.sg/openapi.json` |
| MCP         | `https://omnicommerce.sg/api/mcp`                                                             |
| LLMs.txt    | `https://omnicommerce.sg/llms.txt`                                                            |
| UCP profile | `https://omnicommerce.sg/.well-known/ucp`                                                     |

## Auth at a glance

Authenticated endpoints accept an organization API key as a bearer token:

```http theme={null}
Authorization: Bearer $OMNI_API_KEY
```

See [Authentication](/authentication) for scopes, OAuth client credentials, and session rules.
