FIG. VI · FAQ
- Is Postern an AI agent?
- No. Postern is deterministic software — there’s no model inside. Your agents do the reasoning; Postern authenticates them, stores your context, serves bounded slices of it, and logs every access.
- Where does my data live?
- On hardware you control, in a local database, next to an encrypted vault for source credentials. Mail is the special case: bodies and attachments are never stored — only what a message list shows, sender, subject, date, folder and the preview line your provider gives — and the message itself is fetched from the source when an agent asks for it. You can export everything as JSON or erase everything, any time.
- Can I use it with any agent?
- Any agent that speaks MCP can connect — locally, or remotely with a per-agent key; hosted agents like claude.ai connect through the gate’s built-in OAuth bridge. Every read is also available over a REST API for tools that don’t speak MCP; acting on a source goes through MCP.
- Does an agent receive my entire life?
- No. Grants are default-deny: a new agent sees nothing until you grant it sectors of your life. Within a grant, it requests bounded slices — selected records, fields, time ranges, or aggregates — never a dump.
- Does Postern give agents my provider credentials?
- Never. Source credentials are sealed in an encrypted local vault. Each agent gets its own key, which Postern stores only as a hash. Revoking an agent never requires touching a source credential.
- What happens when I revoke an agent?
- The grant is revoked in one click: the key stops working immediately and any session the agent is still holding is cut. Nothing upstream changes — your source credentials never need rotating.
- Doesn’t one gateway holding everything make one juicy target?
- You already have this attack surface — scattered. Today each agent holds its own copy of your provider credentials and whatever context you pasted into it. Postern consolidates that into one place designed for the job: credentials sealed in an encrypted vault, services bound to the machine itself by default, owner’s controls that are never network-reachable, default-deny grants, and an append-only audit log. And it’s open source, so you don’t have to take our word for any of that.
- Is Postern open source?
- Yes — the core is AGPL-3.0, and it’s the complete gateway: every connector, reads and actions, MCP and REST access, the Console, permissions and audit. Nothing in it will ever be held back to sell you the rest.
- What ships today?
- The full self-hosted gateway: nine connectors across finance, mail, calendar, contacts, health, and home — reads from all of them, and actions on Home Assistant, the first source wired to act — MCP for any agent plus a REST mirror of every read, the Console, per-agent default-deny grants with audit, live refresh from sources, and the encrypted credential vault.
- What comes later?
- Person-to-person sharing, memory the person owns, connectors written by strangers, and specialist agents paid for their craft — all on the roadmap at Fig. V, and none of it in the beta.
- What will be paid?
- The core gateway — every connector, reads and actions, permissions, audit, and self-hosting — is open source and free forever. Paid tiers will add capability on top: user-owned memory, person-to-person sharing with a hosted relay, and hosted conveniences like a managed OAuth broker and managed hosting. Pricing comes after the beta.