Python SDK
manifests
Register a manifest
Register a new manifest version.
Payload should include:
- manifest_hash (required)
- agent_name
- version_label
- components: [{component_type, component_name, content_hash, schema_json, ...}]
Supports `X-Idempotency-Key` for safe retries — within 60s, a request with
the same key returns the original response instead of registering twice.
POST
Python SDK