Skip to content
Access
Esc
navigateopen⌘Jpreview
On this page

Access Data

Public data Access already has. There is nothing to connect. Access owns the vendor relationship; agents call Access-owned capabilities, never a vendor SKU.

This resource is platform-owned. It does not appear in Resources → New. On hosted installs it shows on the resource list as Access Data. The open-source binary stubs the catalog.

What agents can do

Call describe on the Access Data resource for the capability list and input schemas. Then run a capability with argv ["access", "data", "<capability>"] and a JSON object on stdin.

Capability ids are Access-owned (web.search, web.scrape). Unknown capabilities fail before any paid request.

Keep it safe

Read-only. Grant the capability on the agent. Unknown or ungranted calls fail closed.

Example

Search the web for tenant isolation patterns and return five results.

Was this page helpful?