meta
Fetch the capability document from the selected API origin.CapabilityDocument. Also available as hosted().meta().
Parameters and behavior
Parameters and behavior
Origin precedence: explicit config,
EVOLVE_DASHBOARD_URL, then https://dashboard.evolvingmachines.ai. apiKey / api_key and org are not sent. schema_version identifies the capability schema, not the SDK release.Capability fields
TypeScript returns the typed object below. Python uses dataclasses for the document, agents, providers, and status vocabularies. Nested policy objects such aslimits, agent_registration, analyze, provider sizing, and provider gpus are Python dictionaries.
CapabilityDocument: SDK field definitions
CapabilityDocument: SDK field definitions
limits reports current values for this deployment. default_model is a picker suggestion; managed evaluation jobs still require a model. Optional fields may be absent on older servers; Python maps missing analyze and gpu_concurrency_cap to None.Fields
Additional fields returned by the API
Additional fields returned by the API
The API also returns the fields below. TypeScript keeps them in the response, although this SDK’s
CapabilityDocument type does not declare them. Python keeps the nested limits and sizing dictionaries, but its status objects omit description.Harnesses and models
Harnesses and models
effort_support is level, binary, or none. runnable: false includes a reason. supports_config controls native settings support; presets lists accepted named presets. Python defaults missing supports_config to False and presets to an empty list. latest_version: null means unknown, not current.Fields
Evaluation sandbox providers
Evaluation sandbox providers
sizing.storage distinguishes chosen storage sizes from a fixed allocation. GPU support may declare a fallback through degrades_to. gpus.source distinguishes a live quota result, fallback, or provider constant. refuses names unsupported capabilities.Fields
Managed runtime providers and status vocabularies
Managed runtime providers and status vocabularies
configured checks required operator configuration; it is not a service health check. agent_sessions says whether the separate managed-agent runtime supports full sessions through that provider. Status vocabularies list all values and their terminal subset.Fields

