Create a new addon in a workspace
cURL
curl --request POST \ --url https://s-server-demo.siftd.ai/api/workspaces/{workspace_id}/addons \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "addon_id": "<string>", "code": "<string>", "cxn_fields": {}, "cxn_scheme": "", "description": "<string>", "name": "<string>", "requirements": "<string>", "tools": {} } '
{ "addon_id": "<string>", "code": "<string>", "cxn_fields": {}, "cxn_scheme": "", "description": "<string>", "name": "<string>", "requirements": "<string>", "tools": {} }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Workspace ID
Organization ID
Validate the addon code only, do not create the addon
Addon object
Show child attributes
aws
azr
gcp
file
k8s
ddog
github
p8s
jenkins
grafana
splunk
shell
python
markdown
rest
Map of tool name to Tool object
Created
Was this page helpful?