{"slug": "show-hn-anyframe-platform-for-every-agent-your-team-builds", "title": "Show HN: AnyFrame, Platform for every agent your team builds", "summary": "AnyFrame launched a platform that lets teams build and deploy AI agents for any use case, integrating with existing tools like Slack, Claude Code, and Cursor. The platform provides a Python SDK and runtime to create agents that can execute tasks across messaging, tickets, and pull requests, including browser-based actions. AnyFrame aims to enable engineering, sales, ops, and support teams to wire up their own agents for internal or customer-facing products without switching tools.", "body_md": "### Agents\n\nNAMETEMPLATERUNTIMEUPDATED\n\nNo agents yet — create your first one.\n\nSpin up swarms of agents in minutes, for any use case, on any harness. For internal tools or customer-facing products.\n\nEngineering, sales, ops, support — each team wires up its own agent inside the tools it already uses.\n\nClaude Code, Cursor, Codex — switch anytime, everything else stays.\n\nA message, ticket, or PR comment kicks off the same agent.\n\nNot just tool calls. It clicks through a real browser like a person.\n\nProduct describes the page; the agent ships a working URL.\n\nOur SDK does the runtime. You write a few lines and your product has agents.\n\n``` python\nfrom anyframe import AnyFrame\n\naf = AnyFrame()\n\nagent = af.agents.create(\n    name=\"user-research\",\n    template=\"user-research\",\n    connectors=[\"slack\", \"posthog\"],\n)\n\nrun = af.sessions.run(\n    agent_id=agent.id,\n    text=\"break down lead → demo this week\",\n)\nprint(run.summary)\n```\n\nNamed, sandboxed, and live in the tools each team already uses.", "url": "https://wpnews.pro/news/show-hn-anyframe-platform-for-every-agent-your-team-builds", "canonical_source": "https://anyframe.dev", "published_at": "2026-05-31 07:23:40+00:00", "updated_at": "2026-05-31 07:44:59.456609+00:00", "lang": "en", "topics": ["ai-agents", "ai-products", "ai-tools", "ai-startups", "ai-infrastructure"], "entities": ["AnyFrame", "Claude Code", "Cursor", "Codex", "Slack", "PostHog"], "alternates": {"html": "https://wpnews.pro/news/show-hn-anyframe-platform-for-every-agent-your-team-builds", "markdown": "https://wpnews.pro/news/show-hn-anyframe-platform-for-every-agent-your-team-builds.md", "text": "https://wpnews.pro/news/show-hn-anyframe-platform-for-every-agent-your-team-builds.txt", "jsonld": "https://wpnews.pro/news/show-hn-anyframe-platform-for-every-agent-your-team-builds.jsonld"}}