Quickstart
Get from zero to a stored (or fetched) secret in a few minutes. Choose the guide that matches your role:
For humans
You own the secrets. Sign up, create a vault, store a secret, and read it back.
You will learn to:
- Obtain a JWT via email/password or Google
- Create a vault
- Store and retrieve a secret
For agents
An agent accesses secrets that a human has shared. Exchange an API key for a JWT, then list and fetch secrets.
You will learn to:
- Exchange an agent API key for a short-lived JWT
- List accessible secrets
- Fetch a decrypted secret value
Prerequisites
| Requirement | Details |
|---|---|
| Account | Sign up at 1claw.xyz (free tier: 1,000 requests/month) |
| curl | All examples use curl; any HTTP client works |
| Base URL | https://api.1claw.xyz |