Part of the example catalogue (examples/targets.yaml).
Handles orders, refunds, subscriptions and account issues via internal tools.
Handles orders, refunds, subscriptions and account issues via internal tools.
Free account. Installing gives you the manifest plus copy-paste snippets.
See reviewsPart of the example catalogue (examples/targets.yaml).
Handles orders, refunds, subscriptions and account issues via internal tools.
Copy one of these into your project. Installing also returns the manifest and these snippets.
targets:
- https://api.opensmartroute.ai/api/v1/registry/support-agent/manifest # or paste the manifest belowAn Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
{
"ocm": "1",
"id": "support-agent",
"kind": "agent",
"name": "Customer support agent",
"description": "Handles orders, refunds, subscriptions and account issues via internal tools.",
"capabilities": {
"domains": [
"customer_support"
],
"actions": [
"action",
"qa",
"extract",
"escalate"
],
"languages": [
"*"
],
"modalities": [
"text"
],
"max_complexity": 0.7,
"min_complexity": 0,
"supports_tools": true,
"supports_streaming": true
},
"constraints": {
"data_boundary": "public",
"pii_allowed": true
},
"cost": {
"usd_per_1k_tokens": 0.002
},
"latency_ms": 1500,
"quality_prior": 0.8,
"examples": [
"I want a refund for order #12345, it arrived damaged.",
"Cancel my subscription and confirm by email.",
"My account is locked, help me reset my password."
],
"publisher": "OpenSmartRoute",
"version": "1.0.0"
}Fetch it by URL: GET /api/v1/registry/support-agent/manifest?version=1.0.0
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.