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

# Developer Platform overview

> Build bounded crypto research workflows with Qoory REST, MCP, and Skills.

The Qoory Developer Platform exposes the same public-safe research model through
three integration surfaces:

| Surface     | Best for                                                             |
| ----------- | -------------------------------------------------------------------- |
| REST API    | Applications, data workflows, backends, and direct HTTP control      |
| Remote MCP  | AI clients that can discover and call Qoory research tools           |
| Qoory Skill | Agent instructions that prefer MCP and fall back to REST when needed |

Create API keys for direct REST access, connect supported AI clients through Remote MCP, or install the Qoory Skill for guided crypto research workflows.

## One data plane

REST, MCP, and Skills use the same data model. MCP tools wrap
bounded REST operations, and the Skill teaches an agent when and how to use those
same tools. They share API keys, scopes, credits, rate limits, usage records, and
response contracts.

## Bounded by design

Qoory does not expose get-all entity endpoints. Integrations start with search,
resolution, or curated discovery, then fetch a selected entity or bounded
subresource. This supports useful research without turning the API into a bulk
database export.

## Supported entity families

Qoory models projects, funds, people, X accounts, tokens, stocks, events, news,
narratives, and market views. Availability varies by operation. Use search or a
curated discovery endpoint to obtain a stable identifier before requesting a
supported detail record.

<CardGroup cols={2}>
  <Card title="API quickstart" icon="rocket" href="/developers/quickstart">
    Make an authenticated search and detail request.
  </Card>

  <Card title="Authentication" icon="key-round" href="/developers/authentication">
    Create, scope, rotate, disable, and revoke API keys.
  </Card>

  <Card title="Bounded discovery" icon="search-code" href="/developers/bounded-discovery">
    Use bounded discovery before entity detail calls.
  </Card>

  <Card title="MCP and Skills" icon="bot" href="/developers/remote-mcp">
    Understand how agent integrations coexist.
  </Card>
</CardGroup>

## API reference

Qoory uses OpenAPI 3.1 for operation paths, parameters, response schemas,
examples, errors, scopes, and credit costs. Generated operation pages will
appear in the API reference for every supported operation.

Read [API reference](/developers/api-reference) for how to use the generated
contract.
