The four inventories
Agent Registry
Connector catalog
Organization skills
SKILL.md instructions, enabled or disabled for the organization and mounted read-only into every new run.Org Brain and knowledge
What each surface shows
Agent Registry — “Discover cloud AI agents, classify autonomy, and review organization risk.” Connect a cloud account, run a scan, and the Inventory tab fills with what was found: the platform each agent runs on, what it appears to do, an autonomy level, a risk level and an owner. Owner is read from a cloud tag, or on AWS from the creator recorded in CloudTrail, and reads Unowned when neither exists. Scans run only when someone starts one — there is no schedule, webhook or CLI trigger — and the registry’s cloud credentials live in their own connection, so discovery access is never reused as a chat connection. Global Integrations — the organization’s connector page, where an app is connected once for the whole organization and becomes available to Receipt chat; connect an app quotes the page’s own description in full and covers the workspace-scoped alternative. You can search and filter about 900 directory entries; only the 63 connectors Receipt ships can actually be connected, and every other card is display-only. Once connected, the card’s Manage tools button opens the per-connection allowlist — a dialog titled Manage tools and permissions — which decides which read operations and which write and delete operations that connection may perform; see tools and permissions. Skills — “Add organization instructions that agents can use in Factory and computer runs. Enabled skills are available to new runs.” Factory is the engine behind a background run: it plans a goal into a graph of tasks and executes each one inside a disposable computer — see how a turn is processed and inside the Factory engine. Each skill is oneSKILL.md upload; re-uploading changed content adds a version. Enabled skills are snapshotted into every new run as a read-only catalog, and the agent chooses which entries to open — there is no ranking, no keyword matching, and no receipt recording which skill was read.
Org Brain — “A shared view of how knowledge and tools connect across the organization.” It reports over a 30-, 60- or 90-day window and refreshes automatically, with tiles for Runs, Job success, In progress, Connected apps, Avg duration and Total spend. Anything that was not measured reads Not recorded rather than zero. Per-call figures — per tool, per connector, per actor — live in gateway activity instead. Organization Knowledge, a separate document store reachable only by typing its URL, is documented on Org Brain and knowledge.

The Agent Registry Inventory tab after an AWS scan, with the full column set in frame: Agent, Platform, Function, Level, Risk, Owner, Credential, Last used and Actions. Both discovered EC2 workloads are classified L4 with Critical risk and read Unowned because neither an owner tag nor a CloudTrail creator was found; Credential reads IAM role for both, and the header records the last scan as AWS · completed. The left rail is where the other catalog surfaces sit — Integrations, Org Brain and Skills.
Who can open what
What the Catalog is not
- No approval or vetting workflow. A connector is connectable or it is not, a skill is enabled or disabled, an agent is discovered. Nothing carries an approved or vetted state, and nobody reviews an entry before it can be used. The Tool approval screen under Policies describes agents waiting for an approver, but it stores rules that no runtime path reads yet — see policies.
- No dependency graph. Nothing models or displays a relationship between a connector, a skill and an agent.
- No plugins and no marketplace. Neither concept exists in the product.
- No per-skill or per-agent usage counts. Org Brain counts objectives per application; nothing counts skill reads or agent invocations, and the registry’s Last used column is a modification, creation or launch time reported by the cloud provider, not telemetry.
- No way to add an entry by hand. New connectors are code changes: when a search matches nothing, Global Integrations offers
Build {name} with Beetle Tasks— Beetle is the assistant’s name in the interface — which files a development task rather than enabling anything.