# Show HN: AnyFrame, Platform for every agent your team builds

> Source: <https://anyframe.dev>
> Published: 2026-05-31 07:23:40+00:00

### 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.
