Python
Artifact Schemas
Create Artifact Schema
POST
Python
Authorizations
Body
application/json
Request model for creating a new agent artifact.
Human-readable name of the artifact (letters, numbers, and spaces only). Converted to kebab-case internally.
Artifact type (json, markdown, csv, yaml, text, html, pdf)
Available options:
json, markdown, csv, yaml, text, html, pdf Schema definition
Description of the artifact
Whether agent must produce this artifact
Maximum artifact size in bytes
Storage strategy (inline, gcs, auto)
Available options:
inline, gcs, auto