Integrate loomloom AI work, templates, SkillBots, runs, and results through the CogFoundry HTTP API.
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.
Base URL: https://loomloom.cogfoundry.aiAPI version: /loom/v1Authentication: Authorization: Bearer <api-token>
System endpoints such as /healthz and /version live at the host root. Product endpoints use the /loom/v1 prefix.
discover → inspect schema → prepare input → validate → precheck or quote→ show the estimate → receive explicit confirmation → execute → retrieve results
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.