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.
api - Skill - OpenSmartRoute
Skillv1.0.0
api
For creating tests for the backend in bubblelab-api
Instruction file imported from bubblelabai/BubbleLab (.cursor/rules/api.mdc). Copyright stays with the author.
Always use pnpm bun test to test backend so it will properly load the setup files
Any shared schemas between front/backend should be written to /packages/bubble-shared-schemas. For the types to show up properly have to run pnpm build:core whenever something changes since it is separate package.
Inspect webhook.test to see how tests are written
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/bubblelabai-bubblelab-api-rule/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.
bubblelabai-bubblelab-api-rule.ocm.jsonjson
{
"ocm": "1",
"id": "bubblelabai-bubblelab-api-rule",
"kind": "skill",
"name": "api",
"description": "For creating tests for the backend in bubblelab-api",
"publisher": "bubblelabai",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-cursor-rules"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"For creating tests for the backend in bubblelab-api"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-cursor-rules",
"repository": "https://github.com/bubblelabai/BubbleLab",
"path": ".cursor/rules/api.mdc",
"ref": "e64b2469659b72156ca02a767e38cf73913c40d7",
"url": "https://github.com/bubblelabai/BubbleLab/blob/e64b2469659b72156ca02a767e38cf73913c40d7/.cursor/rules/api.mdc",
"key": "bubblelabai/BubbleLab/.cursor/rules/api.mdc"
}
},
"instructions": "Always use pnpm bun test to test backend so it will properly load the setup files\nAny shared schemas between front/backend should be written to /packages/bubble-shared-schemas. For the types to show up properly have to run pnpm build:core whenever something changes since it is separate package.\nInspect webhook.test to see how tests are written",
"cost": {
"context_tokens": 86
}
}
Fetch it by URL: GET /api/v1/registry/bubblelabai-bubblelab-api-rule/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.