Documentation Index
Fetch the complete documentation index at: https://docs.nimbleway.com/llms.txt
Use this file to discover all available pages before exploring further.
Using the API directly? If you prefer HTTP requests (cURL, fetch, axios,
etc.) you can skip installation and go straight to the API
Reference.
Prerequisites
- A valid Nimble API key
- One of the following runtimes for your chosen SDK:
- Python: 3.9+
- Node.js: 20 LTS+
- Go: 1.22+
Python
Node.js
Go
CLI
The Nimble CLI lets you interact with the API directly from your terminal (requires Go 1.22+):Authentication
All SDKs and the CLI read your API key from theNIMBLE_API_KEY environment variable:
Next Steps
Quickstart Guide
Make your first request in minutes
Python SDK
Sync and async Python client
Node SDK
TypeScript/JavaScript client
Go SDK
Idiomatic Go client
CLI
Use Nimble from your terminal
API Reference
Full REST API documentation