{"slug": "ai-agents-need-their-own-ssl-here-s-why-i-built-it", "title": "AI agents need their own SSL. Here's why I built it.", "summary": "MarketNow has launched ATC (Agent Trust Card), an SSL-like trust layer for AI agents that enables autonomous agent-to-agent verification. The system, built by Edison Flores of AliceLabs LLC, provides a certificate authority and verification API to establish trust between agents, similar to how SSL enabled e-commerce on the web. MarketNow's Sentinel CA issues trust cards with security audit scores, complementing existing transport protocols like A2A and MCP.", "body_md": "In 1995, Netscape released SSL. The web didn't really take off commercially until then. Before SSL, you couldn't trust a website with your credit card. After SSL, e-commerce exploded.\n\nAI agents are at the same inflection point in 2026. Here's why.\n\nAgents are starting to call each other autonomously. Each hop is a trust decision. But agents have no way to verify each other.\n\n**Today, when Agent A calls Agent B:**\n\nThis is exactly where the web was in 1994. No SSL, no trust, no commerce.\n\n| Web (1995) | Agents (2026) |\n|---|---|\n| HTTP (transport) | A2A + MCP (transport) |\n| No HTTPS = can't trust | No ATC = can't trust |\n| SSL certificate | ATC Trust Card |\n| Certificate Authority | MarketNow Sentinel CA |\n| Revocation list (CRL) | /api/atc?action=verify |\n\n**ATC (Agent Trust Card)** — SSL certificates for AI agents.\n\nThe ATC's trust score comes from Sentinel — the 8-layer security audit pipeline:\n\nMarketNow is not competing with A2A or MCP. It's the trust layer that sits on top:\n\n```\nATC (Trust Layer)              <- MarketNow\nA2A / MCP (Transport Layer)    <- Google / Anthropic\nHTTP / WebSocket (Network)     <- Standard\n```\n\nEvery agent with an A2A card can have an ATC Trust Card. Every MCP skill can have a Sentinel Certificate. Complementary, not competitive.\n\n```\n# Get the CA public key\ncurl https://marketnow.site/api/atc?action=ca-key\n\n# Issue a trust card for your agent\ncurl -X POST https://marketnow.site/api/atc \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"action\":\"issue\",\"agent_id\":\"your.agent\",\"public_key\":\"your-ed25519-pubkey\"}'\n\n# Verify any agent's trust card\ncurl \"https://marketnow.site/api/atc?action=verify&card_id=ATC-2026-XXXXXXX\"\n```\n\n**Live demo:** [https://marketnow.site/atc](https://marketnow.site/atc)\n\n**GitHub:** [https://github.com/edgarfloresguerra2011-a11y/marketnow](https://github.com/edgarfloresguerra2011-a11y/marketnow)\n\nThe web needed SSL to become trustworthy enough for commerce. Agents need the same thing. This is it.\n\n— *Edison Flores, AliceLabs LLC — marketnow.site*", "url": "https://wpnews.pro/news/ai-agents-need-their-own-ssl-here-s-why-i-built-it", "canonical_source": "https://dev.to/edison_flores_6d2cd381b13/ai-agents-need-their-own-ssl-heres-why-i-built-it-1njk", "published_at": "2026-07-17 03:11:26+00:00", "updated_at": "2026-07-17 03:57:09.479981+00:00", "lang": "en", "topics": ["ai-agents", "ai-safety", "ai-infrastructure", "ai-tools", "ai-products"], "entities": ["MarketNow", "AliceLabs LLC", "Edison Flores", "ATC", "Sentinel", "Google", "Anthropic"], "alternates": {"html": "https://wpnews.pro/news/ai-agents-need-their-own-ssl-here-s-why-i-built-it", "markdown": "https://wpnews.pro/news/ai-agents-need-their-own-ssl-here-s-why-i-built-it.md", "text": "https://wpnews.pro/news/ai-agents-need-their-own-ssl-here-s-why-i-built-it.txt", "jsonld": "https://wpnews.pro/news/ai-agents-need-their-own-ssl-here-s-why-i-built-it.jsonld"}}