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

# Neuro developer tools

> Choose a client library, API tool, MCP server, contract editor, or example project

Choose a tool based on what you need to build. Check its availability and support status before adding it to an application.

<CardGroup cols={2}>
  <Card title="SDKs" icon="box" href="/developer-tools/sdks">
    Compare available client libraries and their support status.
  </Card>

  <Card title="MCP" icon="robot" href="/mcp/overview">
    Connect an AI application to permission-scoped tools on a Neuron.
  </Card>

  <Card title="API playground" icon="flask" href="/neuron-api/api-reference/openapi/overview">
    Browse Agent API operations and send requests to a development Neuron.
  </Card>

  <Card title="LegalLab" icon="file-signature" href="/contracts/legallab-quickstart">
    Open, edit, and validate smart-contract templates on Windows.
  </Card>

  <Card title="Runnable examples" icon="code" href="/build/examples/overview">
    Run the Agent API and trusted-backend examples from this repository.
  </Card>

  <Card title="Tooling catalog" icon="toolbox" href="/developer-tools/tooling-catalog">
    Compare every documented tool by purpose, availability, and recommended use.
  </Card>
</CardGroup>

## Choose a format

* Use the [Agent API reference](/neuron-api/api-reference/overview) to check methods, paths, fields, and response schemas.
* Use cURL examples to inspect the complete HTTP request or troubleshoot one operation.
* Use a [runnable example](/build/examples/overview) to see authentication and credential handling in application code.
* Use [LegalLab](/contracts/legallab-quickstart) to edit contract XML.
