Skip to main content
PUT
Python

Authorizations

Meibel-API-Key
string
header
required

Path Parameters

artifact_id
string
required

Body

application/json

Request model for updating an agent artifact. Name is intentionally excluded as it serves as the stable identifier for a version chain and cannot be changed.

display_name
string | null

Human-readable name of the artifact

type
enum<string> | null

Artifact type

Available options:
json,
markdown,
csv,
yaml,
text,
html,
pdf
description
string | null

Description of the artifact

required
boolean | null

Whether agent must produce this artifact

schema_def
Schema Def · object | null

Optional override for the tool's parameters schema

max_size_bytes
integer | null

Maximum artifact size in bytes

storage_strategy
enum<string> | null

Storage strategy

Available options:
inline,
gcs,
auto

Response

Successful Response

id
string
required
version
string
required