Back to Orbis API Marketplace
Card snapshot
orbisapi.com
·
2026-05-18 12:34:47 UTC
·
b613b8ee67f5dfcf599fa6a28b76cde481971f1ae2842b10e3ec4887a9f9c19c
This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.
{
"name": "Orbis API Marketplace",
"description": "API marketplace for the agent era. 239 utility APIs callable via x402 USDC micropayments on Base \u2014 no account, no API key, no human required. Agents pay per call or subscribe via Stripe.",
"url": "https://orbisapi.com",
"version": "1.0.0",
"card_version": "1.1.0",
"last_modified": "2026-03-30T16:45:00Z",
"ttl_seconds": 1800,
"capabilities": {
"streaming": false,
"pushNotifications": false,
"x402Payments": true,
"mcpServer": true
},
"authentication": {
"schemes": [
{
"type": "x402",
"description": "Pay-per-call via USDC on Base. Send x402 payment headers with each request \u2014 no registration required.",
"settlementChain": "Base",
"currency": "USDC"
},
{
"type": "apiKey",
"description": "API key issued after subscribing to a tier via Stripe. Pass as x-api-key header.",
"header": "x-api-key"
}
]
},
"endpoints": {
"catalogue": "https://orbisapi.com/api/marketplace/apis",
"discovery": "https://orbisapi.com/api/marketplace/discovery",
"mcp": "https://orbisapi.com/api/mcp",
"agentSubscribe": "https://orbisapi.com/api/agent/subscribe"
},
"defaultInputModes": [
"application/json"
],
"defaultOutputModes": [
"application/json"
],
"skills": [
{
"id": "data-analytics",
"name": "Data & Analytics",
"description": "93 APIs \u2014 text processing, conversion, formatting, statistics, and data transformation utilities.",
"tags": [
"text",
"data",
"conversion",
"formatting",
"statistics"
]
},
{
"id": "finance-payments",
"name": "Finance & Payments",
"description": "18 APIs \u2014 calculators, validators, formatters for financial data.",
"tags": [
"finance",
"calculator",
"currency",
"invoice",
"tax"
]
},
{
"id": "web-scraping",
"name": "Web & Scraping",
"description": "16 APIs \u2014 URL analysis, HTML processing, web utilities.",
"tags": [
"web",
"url",
"html",
"scraping"
]
},
{
"id": "identity-verification",
"name": "Identity & Verification",
"description": "14 APIs \u2014 email validation, phone validation, IBAN, Luhn checks.",
"tags": [
"validation",
"identity",
"email",
"phone"
]
},
{
"id": "ai-ml",
"name": "AI & Machine Learning",
"description": "6 APIs \u2014 language detection, text summarization, sentiment analysis.",
"tags": [
"ai",
"nlp",
"language",
"summarization"
]
},
{
"id": "geolocation",
"name": "Geolocation",
"description": "6 APIs \u2014 coordinate conversion, geo calculation, timezone utilities.",
"tags": [
"geo",
"coordinates",
"timezone",
"location"
]
}
]
}