Agent Deployments

Artifacts

List an agent's artifacts

get

Path Parameters

agentIdstringrequired

Example:agt_8f2c1a

Response

200 application/json

Artifact list

dataarray[object]
Show Child Parameters
get/agents/{agentId}/artifacts
 
200 application/json

Upload an artifact

Model cards, architecture diagrams and evaluation reports are attached to the agent, not to a catalog entry.

post

Path Parameters

agentIdstringrequired

Example:agt_8f2c1a

Body

multipart/form-data
filestringrequired
categorystringrequired

Allowed values:model_cardarchitecture_diagramevaluation_reportcompliance_certificationdocument

orderinteger

>= 1

Example:1

captionstring

<= 160 characters

Response

application/json

Uploaded

Artifact

idstring

Example:art_31c9

categorystring

Allowed values:model_cardarchitecture_diagramevaluation_reportcompliance_certificationdocument

urlstring(uri)

Example:https://cdn.nexora.example/agents/agt_8f2c1a/art_31c9.pdf

orderinteger

Example:1

captionstring

Example:Model card for the pilot deployment

size_bytesinteger

Example:2418112

post/agents/{agentId}/artifacts

Body

No file selected
 
Error initializing code snippet
application/json

Import

Import an agent inventory feed

Accepts a JSON or CSV agent-inventory feed and creates or updates the
agent deployments it contains. The import runs asynchronously.

post

Body

multipart/form-data
filestringrequired
modestring

replace retires agents that aren’t in the file.

Allowed values:mergereplace

Default:merge

Response

202 application/json

Import accepted

import_idstring

Example:imp_2f71

statusstring

Allowed values:in_progressdonefailed

agents_detectedinteger

Example:47

post/import/feed

Body

No file selected
 
Error initializing code snippet
202 application/json