Acira
Documentation

Acira Docs

Start here to understand how Acira secures browser-using agents with action mediation, policy enforcement, secret handling, approvals, and audit logs.

Use this page as the documentation hub for Acira integration paths.

Direct answers

Choose an integration

Acira is designed for browser-using agents built with browser-use, Playwright, Puppeteer, or direct Chrome DevTools Protocol automation.

  • browser-use agents: start with domain scope and secret handling
  • Playwright agents: mediate page actions before execution
  • Puppeteer agents: route browser commands through policy
  • Raw CDP agents: enforce at the protocol command layer

Define policy first

Before connecting an agent, define allowed domains, blocked actions, secret handling rules, approval points, and logging requirements.

Public code

The public Acira code and examples are linked from GitHub. Use the repository as the source of implementation details while these docs expand.

FAQ

Where is the Acira SDK?

The public Acira repository is available on GitHub and linked from this page.

Which integration should I start with?

Start with the framework your agent already uses, then add Acira as the policy layer around browser commands.