{
  "markdown": "# Wayforth\n\n**The runtime that keeps AI agents running in production.**\n\n`v0.9.2`\n\nOne install gives an agent a single place to discover, use, and pay for thousands of services — and when one fails mid-run, Wayforth reroutes so the agent keeps going. Agents break in production. Yours won't.\n\n## Why Wayforth\n\nAgents demo well and fail in production. Real APIs rate-limit, expire keys, return garbage, and go down mid-task — and a long-running agent falls over the first time a dependency hiccups. Wayforth is the operational layer between your agent and that mess.\n\n- **It reroutes itself** — when a service fails mid-run, Wayforth fails over to an interchangeable provider. Live today for search and model inference, expanding as coverage grows.\n- **It stays on budget** — give any run a hard credit ceiling; the call that would exceed it is refused before it spends. No runaway loops.\n- **One install, every service** — MCP-native, managed credentials, one balance. No per-service signups.\n- **Speaks the standards** — MCP-native, and live A2A interop (signed agent card + JWKS + streaming).\n\n## Quick start\n\n```bash\n# 1. Install the MCP server\nuvx wayforth-mcp\n\n# Add to Claude Code permanently\nclaude mcp add wayforth -- uvx wayforth-mcp\n\n# 2. Get a key at wayforth.io/signup, then:\nexport WAYFORTH_API_KEY=wf_live_...\n```\n\n**Python**\n```python\npip install wayforth-sdk\n```\n```python\nfrom wayforth import Wayforth\nclient = Wayforth(api_key=\"wf_live_...\")\nresults = client.search(\"real-time stock data\")\n```\n\n**TypeScript**\n```ts\nimport { WayforthClient } from \"wayforth-sdk\";\nconst wf = new WayforthClient(\"wf_live_...\");\n```\n\nFull reference: gateway.wayforth.io/guide/\n\n## What's live\n\n- **Self-heal reliability** — automatic failover across interchangeable providers (search + model inference today).\n- **Loop budgets** — per-run credit ceilings, enforced before spend, ledger-derived.\n- **Hosted runtime** — deploy and run agents in isolated environments.\n- **A2A interop** — the gateway serves a signed agent card and JWKS and supports streaming, verified against `a2a-sdk==0.3.26`.\n- **Managed access** — a catalog of thousands of services across 19 categories, reachable through one install, with managed keys for a set of live managed services.\n- **Multi-rail payments (built, in sandbox)** — designed to pay across card, USDC, and x402 under one balance. Live settlement is gated on incorporation.\n\n## Pricing\n\n| Plan | Credits/month | Price |\n|---|---|---|\n| Free | 100 | Free |\n| Starter | 6,000 | $12/mo |\n| Builder | 21,000 | $29/mo |\n| Pro | 72,000 | $99/mo |\n| Growth | 240,000 | $299/mo |\n| Enterprise | 1,000,000 | Custom |\n\nDetails: wayforth.io/pricing\n\n## On the roadmap\n\nAP2 (verified payment authorization), live payment settlement across all rails, and expanding self-heal to more service categories.\n\n## Links\n\n- Quickstart — wayforth.io/quickstart\n- API reference — gateway.wayforth.io/guide/\n- For providers — wayforth.io/providers\n- PyPI (MCP) — pypi.org/project/wayforth-mcp\n- PyPI (SDK) — pypi.org/project/wayforth-sdk\n- Contact — wayforth.io/contact\n\n## License\n\nBusiness Source License 1.1 — converts to Apache 2.0 on 2030-04-25.\n\n© 2026 Wayforth Technologies Inc.\n",
  "bytes": 3199,
  "sha": "cd0d357d3e0410345791f0d498a69088b6136933af7d37d484231325fe3a52f6",
  "repo_slug": "wayforthofficial/wayforth",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_wayforthofficial_wayforth_d074bac4/readme"
}