Pinata

Manage public IPFS files and groups, inspect gateways and upload metadata, and create constrained signed upload URLs through Pinata's V3 APIs.

9 actions Integration catalog
Request access
Connect Pinata once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Create Public GroupPINATA_CREATE_PUBLIC_GROUP
Create a group for organizing files on the connected account's public IPFS network. The connected Pinata JWT must include org:groups:write.
Create Signed Public Upload URLPINATA_CREATE_SIGNED_PUBLIC_UPLOAD_URL
Create a 60-second signed URL for one size- and MIME-constrained public IPFS upload. The URL is a secret: use it immediately and never log or persist it. This action does not upload content itself. The connected Pinata JWT must include org:files:write.
Delete Public GroupPINATA_DELETE_PUBLIC_GROUP
Permanently delete one public-network group by ID. This destructive action does not delete the files the group organized. The connected Pinata JWT must include org:groups:write.
Get Public GroupPINATA_GET_PUBLIC_GROUP
Return one public-network group by its Pinata group ID. The connected Pinata JWT must include org:groups:read.
List GatewaysPINATA_LIST_GATEWAYS
Return one page of gateways owned by the connected Pinata account without changing gateway configuration. The connected Pinata JWT must include org:gateways:read.
List Public FilesPINATA_LIST_PUBLIC_FILES
Return one page of files on the connected account's public IPFS network, optionally filtered by file attributes. The connected Pinata JWT must include org:files:read.
List Public GroupsPINATA_LIST_PUBLIC_GROUPS
Return one page of groups that organize files on the connected account's public IPFS network. The connected Pinata JWT must include org:groups:read.
List Upload MetadataPINATA_LIST_UPLOAD_METADATA
List upload-service records, including upload IDs, filenames, CIDs, sizes, group IDs, and timestamps. Use List Public Files instead to search the public IPFS file inventory.
Update Public GroupPINATA_UPDATE_PUBLIC_GROUP
Update the name, visibility flag, or both for one public-network group. The connected Pinata JWT must include org:groups:write.