Introduction
What Agentbird is and how the pieces fit together
Agentbird
Agentbird is a workspace for agents that do real work. An agent here is a process that reads from and writes to your systems. Agentbird is the layer that decides what it may touch, records what it did, and stops it before anything irreversible.
The pieces
The broker. Credentials never live in an agent. You connect a tool once, the broker holds the credential, and agents ask the broker to act on their behalf. Revoking access is one change in one place.
Grants. Access is scoped per connector and per action rather than all-or-nothing. An agent that only needs to read issues cannot close them.
Approvals. Actions you mark as sensitive pause and wait for a person. The run resumes from where it stopped once approved, rather than starting over.
The audit trail. Every call is recorded with its inputs, its result and the grant that permitted it, so a run can be reconstructed after the fact.
Getting started
Early access is opening in batches. Join the waitlist and we'll be in touch. Once you have an account, sign in and connect your first tool from the dashboard.
This is the starting skeleton for the docs. Add new files under
apps/web/src/content/docs; the sidebar, search index, sitemap and OG images
are generated from them automatically.