{
  "_about": "Devotel Orbit agent-discovery manifest. Served from orbit.devotel.io/.well-known/agents.json so an autonomous agent (or an agent-discovery crawler / registry) that lands on this single file can find every machine-readable surface needed to evaluate and CALL Orbit — not just read about it. There is no single ratified 'agents.json' standard as of this writing (the space is fragmented across MCP server manifests, A2A agent cards, and several competing catalog drafts), so this file is a pragmatic, self-hosted index rather than a claim of conformance to any one external schema. It cross-links the other discovery surfaces below instead of duplicating their data.",
  "name": "Devotel Orbit",
  "description": "AI-native Communications Platform as a Service — SMS, MMS, WhatsApp, RCS, Voice, Video, Email, and native AI agents behind one API and one bill, built by Devotel, a wholesale telecom operator with 500+ carrier interconnects.",
  "homepage": "https://orbit.devotel.io",
  "documentation": "https://docs.orbit.devotel.io",
  "contact": {
    "sales": "sales@devotel.io",
    "support": "support@devotel.io"
  },
  "api": {
    "baseUrl": "https://api.orbit.devotel.io/api/v1",
    "openapi": "https://docs.orbit.devotel.io/openapi.yaml",
    "authentication": {
      "type": "apiKey",
      "header": "X-API-Key",
      "alternateHeader": "Authorization: Bearer <key>",
      "keyPrefixes": ["dv_live_sk_", "dv_test_sk_", "dv_live_pk_", "dv_test_pk_"],
      "docs": "https://docs.orbit.devotel.io/authentication",
      "getAKey": "https://orbit.devotel.io/en/sign-up"
    },
    "rateLimits": {
      "docs": "https://docs.orbit.devotel.io/guides/rate-limits",
      "headers": ["X-RateLimit-Limit", "X-RateLimit-Remaining", "X-RateLimit-Reset"]
    }
  },
  "mcp": {
    "manifest": "https://orbit.devotel.io/.well-known/mcp.json",
    "package": "@devotel-orbit/mcp-server",
    "setupGuide": "https://docs.orbit.devotel.io/guides/mcp-claude-cursor"
  },
  "nanda": {
    "agentFacts": "https://orbit.devotel.io/.well-known/agentfacts.json",
    "indexStatus": "not-yet-registered",
    "note": "AgentFacts document (NANDA Index format) is self-hosted and ready; registering its FactsURL into the live NANDA Index needs a Devotel-owned registry account first — see apps/mcp-server/REGISTRY_LISTINGS.md."
  },
  "agntcy": {
    "spec": "https://docs.agntcy.org",
    "oasfRecord": "https://api.orbit.devotel.io/api/v1/agents/{agentId}/.well-known/oasf-record.json?tenant={tenantSchema}",
    "directoryStatus": "not-yet-registered",
    "note": "Every opt-in agent (a2a_discovery_mode=public) already publishes an AGNTCY OASF (Open Agentic Schema Framework) record alongside its A2A Agent Card, reshaping the same tool-derived skill list per https://docs.agntcy.org/oasf/agent-record-guide/. Publishing that record into the live AGNTCY Agent Directory needs a Devotel-owned AGNTCY registry account first — see apps/mcp-server/REGISTRY_LISTINGS.md."
  },
  "ans": {
    "spec": "https://datatracker.ietf.org/doc/draft-narajala-courtney-ansv2/",
    "trustCard": "https://orbit.devotel.io/.well-known/ans/trust-card.json",
    "resolverStatus": "not-yet-provisioned",
    "note": "Agent Name Service (ANS) Trust Card — a domain-anchored, PKI-backed name + trust layer (Linux Foundation intent-to-launch, 23 June 2026), complementing the NANDA AgentFacts document above. `_ans`/`_ans-badge` DNS TXT records and a SCITT transparency-log receipt are not yet published (a DNS zone change, not a code change), and Orbit does not yet ship an ANS resolver client — only this record, publishing Orbit's own identity."
  },
  "pricing": {
    "model": "pay-as-you-go, pre-paid credits, no plan tiers, no contract",
    "publicRatesApi": "https://api.orbit.devotel.io/api/v1/public/pricing",
    "publicRatesApiNote": "Unauthenticated, IP-rate-limited GET. Optional ?country=<ISO2> for a published per-country rate; returns the platform default list otherwise.",
    "humanPage": "https://orbit.devotel.io/en/pricing"
  },
  "capabilities": [
    { "channel": "sms", "description": "Send/receive SMS globally over the Devotel wholesale softswitch" },
    { "channel": "mms", "description": "Send/receive MMS (media SMS)" },
    { "channel": "whatsapp", "description": "WhatsApp Business Platform — templates, two-way conversations, native AI agents" },
    { "channel": "rcs", "description": "RCS Business Messaging" },
    { "channel": "voice", "description": "Programmable voice — inbound/outbound calls, conferencing, recording, AI voice agents" },
    { "channel": "video", "description": "Video rooms and access tokens" },
    { "channel": "email", "description": "Transactional + marketing email" },
    { "channel": "agents", "description": "Configure and deploy native AI agents (LLM + knowledge base + tools) across every channel" },
    { "channel": "contacts", "description": "Contact and audience management" },
    { "channel": "numbers", "description": "Number search, purchase, lookup, and lifecycle management" }
  ],
  "wellKnown": {
    "mcp": "https://orbit.devotel.io/.well-known/mcp.json",
    "agents": "https://orbit.devotel.io/.well-known/agents.json",
    "agentFacts": "https://orbit.devotel.io/.well-known/agentfacts.json",
    "ansTrustCard": "https://orbit.devotel.io/.well-known/ans/trust-card.json",
    "llmsTxt": "https://orbit.devotel.io/llms.txt",
    "llmsFullTxt": "https://orbit.devotel.io/llms-full.txt"
  }
}
