Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
Imported from jeremylongshore/tons-of-skills-marketplace (plugins/saas-packs/skill-databases/windsurf/skills/windsurf-license-management/SKILL.md). Install upstream with npx skills add jeremylongshore/tons-of-skills-marketplace --skill windsurf-license-management. Copyright stays with the author (MIT).
Windsurf License Management
Overview
This skill enables enterprise license management for Windsurf deployments. It covers seat allocation, usage tracking, cost optimization, and compliance reporting.
Prerequisites
Windsurf Enterprise subscription with admin access
Organization administrator role
Access to billing portal
User directory integration (optional: SCIM, Azure AD, Okta)
Understanding of organization structure and teams
Instructions
Inventory Current Licenses
Set Allocation Policies
Configure Usage Tracking
Optimize Subscription
Monitor and Report
See ${CLAUDE_SKILL_DIR}/references/implementation.md for detailed implementation guide.
Output
License inventory with current allocations
Utilization reports with recommendations
Cost analysis with optimization opportunities
Compliance reports for audits
Error Handling
See ${CLAUDE_SKILL_DIR}/references/errors.md for comprehensive error handling.
Examples
See ${CLAUDE_SKILL_DIR}/references/examples.md for detailed examples.
Copy one of these into your project. Installing also returns the manifest and these snippets.
# after Install: the listing is in your workspace's routing pool - a plan picks it for its slot
curl -s -X POST https://api.opensmartroute.ai/api/v1/route -H 'Authorization: Bearer $OSR_API_KEY' -H 'Content-Type: application/json' -d '{"text": "...", "plan": true}'
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.