> ## 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.

# Resources and tools

> SDKs, OpenAPI specs, and Postman collections

## Postman collection

Use the official Postman collection for endpoint definitions and signing
pre-request scripts.

* Collection: `Neuron Agent API`
* URL: [https://github.com/Trust-Anchor-Group/AgentApiPostman/blob/main/Neuron%20Agent%20API.postman\_collection.json](https://github.com/Trust-Anchor-Group/AgentApiPostman/blob/main/Neuron%20Agent%20API.postman_collection.json)

### Import steps

1. Download the JSON file from the link above.
2. In Postman, select **Import** and drop the file.
3. Configure an environment with `host`, `apiKey`, `secret`, and user values.

## SDKs and implementations

* JavaScript: [https://github.com/Trust-Anchor-Group/AgentApiJavascript](https://github.com/Trust-Anchor-Group/AgentApiJavascript)
* TypeScript: [https://github.com/Trust-Anchor-Group/AgentApiTypescript](https://github.com/Trust-Anchor-Group/AgentApiTypescript)
* C#: [https://github.com/Trust-Anchor-Group/AgentApiCSharp](https://github.com/Trust-Anchor-Group/AgentApiCSharp)

## JavaScript library and extensions

The JavaScript SDK includes helper utilities for request signing and event
handling. Use it as a reference for your own implementations.

## OpenAPI

* OpenAPI YAML: [https://github.com/Trust-Anchor-Group/AgentApiYaml](https://github.com/Trust-Anchor-Group/AgentApiYaml)

## Useful links

* Request API keys: `https://DOMAIN/RequestApiKey.md`
* Feedback: `https://DOMAIN/Feedback.md`
