Developer Tools9 toolsPaste one API key
Pinata integration for AI agents
Manage public IPFS files and groups, inspect gateways and upload metadata, and create constrained signed upload URLs through Pinata's V3 APIs.
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Pinata once and call the same tools from all of them.
Setup
Connect Pinata through ClawLink's hosted setup.
- Auth: Paste one API key. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
Pinata exposes 9 tools through ClawLink. The 8 most used are listed here; your agent sees all of them.
| Tool | What it does | Kind |
|---|---|---|
pinata_get_public_group | Return one public-network group by its Pinata group ID | Read |
pinata_list_gateways | Return one page of gateways owned by the connected Pinata account without changing gateway | Read |
pinata_list_public_files | Return one page of files on the connected account's public IPFS network, optionally filtered by | Read |
pinata_list_public_groups | Return one page of groups that organize files on the connected account's public IPFS network | Read |
pinata_list_upload_metadata | List upload-service records, including upload IDs, filenames, CIDs, sizes, group IDs, and | Read |
pinata_create_public_group | Create a group for organizing files on the connected account's public IPFS network | Write |
pinata_create_signed_public_upload_url | Create a 60-second signed URL for one size- and MIME-constrained public IPFS upload | Write |
pinata_update_public_group | Update the name, visibility flag, or both for one public-network group | Write |