Skip to main content
The loomloom API is the programmatic interface to the CogFoundry execution environment. Use it to discover executable assets, validate and estimate input, start confirmed runs, and retrieve results.
System endpoints such as /healthz and /version live at the host root. Product endpoints use the /loom/v1 prefix.

API surface

Required execution sequence

Validation, schema inspection, workbook download, precheck, and quote do not create a hosted run. If input changes after validation or estimation, validate and estimate again before requesting a new confirmation.
Do not send an API token to a different host, reuse a token across platforms, or place a real token in source code, screenshots, documentation, logs, or support requests.

Authenticate

Configure the CogFoundry API token and request headers safely.

API quickstart

Follow the shortest path from health check to run results.
The endpoint pages in this module are generated from the repository’s OpenAPI 3.1 document. The loomloom CLI reference remains the source for command-line workflows.