For the complete documentation index, see llms.txt. This page is also available as Markdown.

iai variables schema

Display the JSON Schema for variables

Synopsis

Fetch and display the JSON Schema for variables from the backend API.

Use --schema-version to request a specific schema version (defaults to latest stable). Use --json or --yaml to output the schema response in a structured format.

This is a public endpoint and does not require authentication.

iai variables schema [flags]

Examples

  iai variables schema
  iai variables schema --schema-version 0.0.1
  iai variables schema --json

Options

  -h, --help                    help for schema
      --json                    Output schema response as JSON
      --schema-version string   Schema version to fetch (defaults to latest stable)
      --yaml                    Output schema response as YAML

Options inherited from parent commands

SEE ALSO

  • iai variables - Contextual attributes referenced in policies and routines

Last updated

Was this helpful?