For the complete documentation index, see llms.txt. This page is also available as Markdown.

Importing Tool from Zip

Imports new tool and all associated artifacts, such as schemas and VCs, from the provided zip file into the local DB

POST /tools/import/file

Imports new tool and all associated artifacts, such as schemas and VCs, from the provided zip file into the local DB. Only users with the Standard Registry role are allowed to make the request.

content:
            application/json:
              schema:
                $ref: '#/components/schemas/ToolDTO'

Last updated