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

# SDKs and Tools Overview

> Choose the fastest path for API exploration, internal client wrappers, and team-shared request workflows.

# Use tools and client templates to reduce integration startup time.

Callaro currently supports a practical tooling model: start with Postman for exploration, then implement an internal Node.js or Python wrapper that matches your production standards.

<CardGroup cols={3}>
  <Card title="Postman collection" icon="package">Best for request discovery, onboarding, smoke tests, and shared team examples.</Card>
  <Card title="Node.js wrapper" icon="file-code">Best when your application stack uses JavaScript or TypeScript services.</Card>
  <Card title="Python wrapper" icon="file-code-2">Best when your automation, ops, or backend stack is Python-based.</Card>
</CardGroup>

## Recommended starting path

1. Open [`postman`](./postman) to import the maintained collection and environment templates.
2. Review [`node`](./node) or [`python`](./python) based on your application stack.
3. Promote your internal wrapper only after sandbox smoke tests and error-handling review pass.

## Fastest route to first success

* Need endpoint discovery: use Postman first.
* Need production code quickly: start from the internal wrapper templates.
* Need team-wide repeatability: keep Postman and wrapper modules versioned from the same OpenAPI source.
