vaaya / catalog / store files

Store files for AI agents

Durable storage your agent owns — park a file, get a URL back, fetch it again in a later session.

What it's for

Store a file your agent made or fetched, and get a URL back.
Pull one straight from a URL, with no download to your machine first.
List, fetch, or delete what is stored in any later session.
This is how assets move between steps: generate here, use there.

How to ask your agent

Connect Vaaya, then just say it in plain language. For example:

Use Vaaya to save this report and give me a link.

Use Vaaya to store this PDF from its URL and list what I have saved.

What you get back

{
  "file_id": "file_8ad21c",
  "filename": "q3-report.pdf",
  "url": "https://…/q3-report.pdf",
  "bytes": 482113
}

Pricing

1¢ per upload; listing, fetching and deleting are free. Billed per call in cents, capped by your max, every call on the ledger. Failed calls are not billed.

Give your agents this.

Connect Vaaya once, then describe the outcome. It picks the right tool, runs it, and pays per call.

npx @vaaya/mcp install