Imported from SKNETWORKS-FAMILY-AICAMP/SKN30-FINAL-5Team (backend/app/api/AGENTS.md). Install upstream with npx skills add SKNETWORKS-FAMILY-AICAMP/SKN30-FINAL-5Team --skill api. Copyright stays with the author.
API boundary rules
All public product paths use /api/v1.
Use Pydantic schemas, UUIDs, timezone-aware timestamps, stable machine codes, and the common error envelope.
Mutation endpoints define idempotency behavior.
Routes may call application services only; they do not call repositories, rule engines, or LLM providers directly.
Do not expose internal prompts, hidden reasoning, rule internals, provider tokens, or raw health data.
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/sknetworks-family-aicamp-skn30-final-5team-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.