v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1492497398.3 KB

Uploads an artifact to an agent space. Artifacts provide additional context for security testing, such as architecture diagrams, API specifications, or configuration files.

post/AddArtifact

Request body

agentSpaceIdstring required

Unique identifier of the agent space.

artifactContentstring required

The binary content of the artifact to upload.

artifactType'TXT' | 'PNG' | 'JPEG' | 'MD' | 'PDF' | 'DOCX' | 'DOC' | 'JSON' | 'YAML' required

Supported file extension types for artifacts.

fileNamestring required

The file name of the artifact.

Response

Success

artifactIdstring required

The unique identifier assigned to the uploaded artifact.