Show HN: AnyFrame, Platform for every agent your team builds 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. Agents NAMETEMPLATERUNTIMEUPDATED No agents yet — create your first one. Spin up swarms of agents in minutes, for any use case, on any harness. For internal tools or customer-facing products. Engineering, sales, ops, support — each team wires up its own agent inside the tools it already uses. Claude Code, Cursor, Codex — switch anytime, everything else stays. A message, ticket, or PR comment kicks off the same agent. Not just tool calls. It clicks through a real browser like a person. Product describes the page; the agent ships a working URL. Our SDK does the runtime. You write a few lines and your product has agents. python from anyframe import AnyFrame af = AnyFrame agent = af.agents.create name="user-research", template="user-research", connectors= "slack", "posthog" , run = af.sessions.run agent id=agent.id, text="break down lead → demo this week", print run.summary Named, sandboxed, and live in the tools each team already uses.