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.
Instruction file imported from Incoders-Tools/angular-org-template (.github/instructions/engineering-constitution.instructions.md). Copyright stays with the author.
Engineering Constitution
Reuse before create.
Prefer simplicity and maintainability over novelty.
Do not introduce over-architecture by default.
Keep cross-cutting concerns centralized.
Use structured logging and centralized error handling in application code.
Persist datetime values in UTC where applicable.
Avoid hardcoded business rules, URLs, and environment-specific values.
Keep repository documentation synchronized with implementation.
Treat accessibility, responsiveness, and performance as mandatory quality concerns.
Keep user-facing help content separate from technical documentation.
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.