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

iai agents schema

Display the JSON Schema for agent configuration

Synopsis

Fetch and display the JSON Schema for the agent_config block.

Defaults to the latest schema version. Use --schema-version to fetch a specific version (run 'iai agents compatibility-matrix' to see available versions).

Use --json or --yaml for structured schema output.

iai agents schema [flags]

Examples

  iai agents schema
  iai agents schema --schema-version 2.1.0
  iai agents 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 agents - Deploy AI agents with policies, routines, and tools

Last updated

Was this helpful?