Answers from the documentation - opens a ticket when you need a person
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.
Answers come from the docs; check anything important there.
Imported from shekohex/tanstack-start-effect-template (apps/api/AGENTS.md). Install upstream with npx skills add shekohex/tanstack-start-effect-template --skill api. Copyright stays with the author.
API Agent Guide
Keep business behavior behind Context.Service services and Layer implementations.
Start the full stack with pnpm exec vp run dev; use pnpm exec vp run @app/api#dev for API-only work.
Define wire contracts in @app/protocol; do not create handler-local payload types.
Use Effect RPC for first-party TypeScript clients and HTTP/OpenAPI for public integrations.
Provide SQL, config, transports, and handlers only in the application layer graph.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/shekohex-tanstack-start-effect-template-api/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.