← Back to Docs
🐾

Paw + Meridian

Use Paw, the native macOS API client, to authenticate and call Meridian endpoints. Import the OpenAPI spec or configure manually.

1. Import Spec

Open Paw → File → Import OpenAPI

https://api.getnimbus.net/openapi.json

2. Auth Header

Add an environment variable or request header:

Authorization: Bearer YOUR_MERIDIAN_KEY

3. First Call

GET /v1/status

Returns your subscription tier, rate limits, and endpoint health.

Paw stores credentials in the macOS Keychain. Use dynamic values for token rotation and environment switching.