Agent metadata (Python & TypeScript): Documented attaching custom key-value metadata to cloud agents at creation (e.g. user, tenant, workflow, or ticket IDs). Up to 50 pairs; keys ≤255 characters; string values ≤4096 bytes. Returns 403 f…
Changelog
SDK
Agent metadata (Python & TypeScript): Documented attaching custom key-value metadata to cloud agents at creation (e.g. user, tenant, workflow, or ticket IDs). Up to 50 pairs; keys ≤255 characters; string values ≤4096 bytes. Returns 403 feature_unavailable if not enabled for the API key’s account.
TypeScript:Agent.list() and Agent.get() return persisted metadata on SDKAgentInfo.metadata; update by creating a new agent.
Python: Pass metadata through a raw cloud mapping (CloudAgentOptions / SDKAgentInfo don’t expose it yet).