Skip to main content

API

The CLI, modules, checks, generators, and services all run on one GraphQL API served by the engine.

  • Reference lists every type and function in the API, generated from the engine schema.
  • Clients covers calling the API from your own program, either through a generated client bound to a module or through the standalone client library for your language.