Skip to main content
Agent Control models are the shared API contract between the server and SDKs.

Why shared models

  • Single source of truth for request/response schemas
  • Strong typing across server and SDKs
  • Consistent validation and serialization

Usage

Development