Prerequisites
To get the most out of this guide, you’ll need to:- A deployed Agent Vault instance (see installation guide)
- Have NanoClaw installed
1. Create an agent invite
If you haven’t logged in yet, you’ll be guided through setup automatically.2. Paste the prompt into NanoClaw
Open NanoClaw’s chat and paste the invite prompt. NanoClaw redeems the invite automatically and receives an agent token.3. Start using it
Ask NanoClaw to do something that requires an external API:“Fetch my recent Stripe charges”Here’s what happens — with zero pre-configuration:
- NanoClaw routes a request to
api.stripe.comthrough Agent Vault - Agent Vault returns a 403 — Stripe isn’t configured yet
- NanoClaw reads the
proposal_hintand creates a proposal proposing Stripe access - NanoClaw presents you with an approval link
- You click the link, paste your Stripe key, and click Allow
- NanoClaw retries — Agent Vault reconstructs the request with your Stripe credentials and the request succeeds
You didn’t pre-configure anything. The agent discovered what it needed, asked for approval, and handled the rest.
Next steps
How it works
Full request lifecycle end-to-end.
Services
Pre-configure services you know the agent will need.