Skip to main content

ArtifactTemplate

Listing entry for an artifact scaffold (no ZIP body).

nameName (string)required

URL-safe identifier used to download the template.

descriptionDescription (string)required

Short summary of the scaffold.

protocolProtocol (string)required

REST contract this scaffold implements (matches Model.protocol). Clients filter the list endpoint via ?protocol=<value>.

Possible values: [openai-embeddings, custom]

ArtifactTemplate
{
"name": "string",
"description": "string",
"protocol": "openai-embeddings"
}