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

iai agents compatibility-matrix

Show agent version to schema version compatibility

Synopsis

Display the compatibility matrix between agent versions and schema versions.

Each agent version requires a specific config schema. Use this command to find the schema version for your target agent version, then run 'iai agents schema --schema-version ' to see the expected config fields.

Prompt types (routines, policies, etc.) also support versioned schemas — use --schema-version on their create/update commands to validate against the matching version.

By default, output is a formatted table. Use --json for machine-readable output.

iai agents compatibility-matrix [flags]

Examples

  iai agents compatibility-matrix
  iai agents compatibility-matrix --json

Options

  -h, --help   help for compatibility-matrix
      --json   Output raw JSON instead of a formatted table
      --yaml   Output structured YAML

Options inherited from parent commands

SEE ALSO

  • iai agents - Deploy AI agents with policies, routines, and tools

Last updated

Was this helpful?