cURL
curl --request POST \ --url https://www.ruddr.io/api/workspace/skills \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "isActive": true } '
{ "id": "c9f5e3b2-7a41-4d86-82e1-b4f8c6d02a37", "name": "Tableau", "isActive": true, "createdAt": "2025-06-18T09:35:22.891Z" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The name of the skill. Max 255 characters.
Whether the skill is active. Defaults to true if not provided.
true
200
The unique identifier for the object.
The name of the skill.
Whether the skill is active.
The timestamp when the object was created.