API Reference
Base URL, versioning, request conventions, and endpoint index.
Base URL
https://api.nomefamily.lol/v1Conventions
- Requests and responses are JSON. Large integers are encoded as strings.
- Identifiers use typed prefixes:
env_,snap_,run_,scn_. - List endpoints are cursor-paginated with
limitandcursorparameters. - Idempotent creates accept an
Idempotency-Keyheader. - The API version is fixed in the path. Breaking changes ship under a new version.
Endpoint index
| Area | Documentation |
|---|---|
| Environments | Environments API |
| Execution & runs | Execution API |
| Webhooks | Webhooks |
| Authentication | Authentication |
SDKs
@nome/sdk— TypeScript / JavaScriptnome— Python@nome/cli— command line