v0.1 — public beta

Unified action layer for AI agents.

APIs where they exist. Browser automation where they don't. One SDK, one auth flow, one bill — for every integration your agent needs to actually do something.

agent.py
from portals_engine import Client

client = Client(api_key="sk_live_...")

client.execute(
    integration="notion",
    action="create_page",
    input={"parent_page_id": "...", "title": "Hello"},
)

Used by agents built on

ChatGPT · Claude · Gemini · Llama · Mistral · your-fine-tune-here

How it works

Three tiers, one SDK shape.

Pricing scales with cost-to-operate. We use the cheapest, most reliable mechanism available for each app — and tell you exactly which one.

Tier 1 $0.005 / action

Official APIs

Wrapped, OAuth-managed, retry-aware. The boring path that just works.

  • Notion, Slack, GitHub, Linear, Stripe, Discord
  • OAuth flows handled end-to-end
  • Read-after-write verification
Tier 2 $0.02 / action

Reverse-engineered endpoints

For apps that gimp their public API. Same SDK shape — we eat the maintenance cost.

  • Internal endpoints, monitored upstream
  • Auto-pinned schema versions
  • Public reliability metrics on /status
Tier 3 $0.08 / action

Browser automation

When all else fails. Deterministic selectors with LLM fallback, every run rrweb-replayed.

  • CDP-driven, anti-bot resistant
  • rrweb session replays for every run
  • LLM recovery when selectors drift

Catalog

Live integrations.

Pulled from /v1/integrations on whatever portals origin you point at. New integrations appear here the moment they're registered server-side.

Pricing

Pay for actions, not seats.

An action is one successful integration call. Failures don't count. Overage rate depends on the tier the integration runs at.

Free

$0 /mo

200 actions / month

  • Community Discord
  • Best-effort reliability
Get an API key

Developer

$29 /mo

5,000 actions

  • Standard reliability
  • Email support
Get an API key
Most popular

Team

$299 /mo

50,000 actions

  • 95% SLA
  • Priority support
  • Replay history retention
Get an API key

Business

$1,499 /mo

250,000 actions

  • 98% SLA
  • Dedicated Slack channel
  • Custom integrations on request
Get an API key

Enterprise

Custom

Volume pricing

  • SSO + audit logs
  • Dedicated infra
  • BYO integrations
  • Negotiated SLA
Contact sales

Overage by tier: API $0.005 / RE $0.02 / Browser $0.08 per action.

Start building in two minutes.

Sign up with email + password. Mint your first API key from the dashboard the moment you're in — no card, no call, no calendar invite.