NOME
Docs/Reference

API Reference

Base URL, versioning, request conventions, and endpoint index.

Base URL

httphttp
https://api.nomefamily.lol/v1

Conventions

  • 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 limit and cursor parameters.
  • Idempotent creates accept an Idempotency-Key header.
  • The API version is fixed in the path. Breaking changes ship under a new version.

Endpoint index

AreaDocumentation
EnvironmentsEnvironments API
Execution & runsExecution API
WebhooksWebhooks
AuthenticationAuthentication

SDKs

  • @nome/sdk — TypeScript / JavaScript
  • nome — Python
  • @nome/cli — command line