ApiSkills
Generates a skill definition from markdown content.
Returns a draft skill definition for review — does not create the skill.
Path Parameters
tenant*string
The tenant identifier
The markdown content and optional file name.
markdownContent*string
Length
1 <= lengthfileName*string
Length
1 <= length[key: string]?never
Response Body
curl -X POST "https://api.fruxon.com/v1/tenants/string/skills:generate-from-markdown" \ -H "Content-Type: application/json" \ -d '{ "markdownContent": "string", "fileName": "string" }'{
"id": "string",
"displayName": "string",
"description": "string",
"instructions": "string",
"tools": [
{
"integrationId": "string",
"id": "string"
}
],
"resources": [
{
"assetId": "string",
"description": "string",
"vectorized": false
}
]
}Empty
Empty