Store files for AI agents
Save a file to your Vaaya account and get a download URL. Retrieve it again in a later task.
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. Charges are shown in cents and recorded in your transaction history. Set a maximum cost for each call. Failed calls are not charged.
Try it with your agent.
Connect Vaaya and describe what you want to do. Your agent can find a suitable service and call it within your budget.
npx @vaaya/mcp install