cd /news/ai-agents/show-hn-anyframe-platform-for-every-… · home topics ai-agents article
[ARTICLE · art-19028] src=anyframe.dev pub= topic=ai-agents verified=true sentiment=↑ positive

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.

read1 min publishedMay 31, 2026

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.

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.

── more in #ai-agents 4 stories · sorted by recency
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/show-hn-anyframe-pla…] indexed:0 read:1min 2026-05-31 ·