Run the server:
python -m skillos.cli serveBase URL:
http://127.0.0.1:8765
GET /api/healthGET /api/dashboardGET /api/skillsGET /api/lessonsPOST /api/jobs{
"goal": "Draft a sales follow-up email from call notes",
"agent_id": "sales_agent",
"inputs": {
"prospect_name": "Maya",
"company_name": "Orion Labs",
"agreed_next_step": "review the pilot plan on Friday"
},
"human_edits": "Moved the next step to the opening lines."
}POST /api/learn{
"min_support": 3
}POST /api/train{
"lesson_id": "lesson_abc123"
}POST /api/approve{
"skill_id": "sales_followup_email",
"version": 2,
"scope": "team",
"rollout": "10_percent_canary"
}