curl --request POST \
--url https://api.openworklabs.com/v1/config-objects \
--header 'Content-Type: application/json' \
--data '
{
"type": "skill",
"sourceMode": "cloud",
"input": {
"rawSourceText": "<string>",
"normalizedPayloadJson": {},
"parserMode": "<string>",
"schemaVersion": "<string>",
"metadata": {}
},
"pluginIds": [
"<string>"
]
}
'{
"ok": true,
"item": {
"id": "<string>",
"organizationId": "<string>",
"objectType": "skill",
"sourceMode": "cloud",
"title": "<string>",
"description": "<string>",
"searchText": "<string>",
"currentFileName": "<string>",
"currentFileExtension": "<string>",
"currentRelativePath": "<string>",
"status": "active",
"createdByOrgMembershipId": "<string>",
"connectorInstanceId": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z",
"latestVersion": {
"id": "<string>",
"configObjectId": "<string>",
"schemaVersion": "<string>",
"normalizedPayloadJson": {},
"rawSourceText": "<string>",
"createdVia": "cloud",
"createdByOrgMembershipId": "<string>",
"connectorSyncEventId": "<string>",
"sourceRevisionRef": "<string>",
"isDeletedVersion": true,
"createdAt": "2023-11-07T05:31:56Z"
}
}
}Creates a new private config object and initial immutable version.
curl --request POST \
--url https://api.openworklabs.com/v1/config-objects \
--header 'Content-Type: application/json' \
--data '
{
"type": "skill",
"sourceMode": "cloud",
"input": {
"rawSourceText": "<string>",
"normalizedPayloadJson": {},
"parserMode": "<string>",
"schemaVersion": "<string>",
"metadata": {}
},
"pluginIds": [
"<string>"
]
}
'{
"ok": true,
"item": {
"id": "<string>",
"organizationId": "<string>",
"objectType": "skill",
"sourceMode": "cloud",
"title": "<string>",
"description": "<string>",
"searchText": "<string>",
"currentFileName": "<string>",
"currentFileExtension": "<string>",
"currentRelativePath": "<string>",
"status": "active",
"createdByOrgMembershipId": "<string>",
"connectorInstanceId": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z",
"latestVersion": {
"id": "<string>",
"configObjectId": "<string>",
"schemaVersion": "<string>",
"normalizedPayloadJson": {},
"rawSourceText": "<string>",
"createdVia": "cloud",
"createdByOrgMembershipId": "<string>",
"connectorSyncEventId": "<string>",
"sourceRevisionRef": "<string>",
"isDeletedVersion": true,
"createdAt": "2023-11-07T05:31:56Z"
}
}
}skill, agent, command, tool, mcp, hook, context, custom cloud, import, connector Show child attributes
100Den TypeID with 'plg_' prefix and a 26-character base32 suffix.
30^plg_.*Was this page helpful?