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 vamseeachanta/workspace-hub (.agents/skills/_archive/development/sparc/sparc-specification/31-performance/SKILL.md). Install upstream with npx skills add vamseeachanta/workspace-hub --skill 31-performance. Copyright stays with the author.
3.1 Performance (+2)
3.1 Performance
NFR-3.1.1: 99.9% uptime SLA
NFR-3.1.2: <200ms response time
NFR-3.1.3: Support 10,000 concurrent users
3.2 Security
NFR-3.2.1: OWASP Top 10 compliance
NFR-3.2.2: Data encryption (AES-256)
NFR-3.2.3: Security audit logging
## Example 2: Data Model Specification
```yaml
entities:
User:
attributes:
- id: uuid (primary key)
- email: string (unique, required)
- passwordHash: string (required)
- createdAt: timestamp
- updatedAt: timestamp
relationships:
*See sub-skills for full details.*
Use it
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.