pg-setup
Installation
SKILL.md
ProxyGate Setup
First-time setup for ProxyGate — install CLI, authenticate, start using APIs.
Two ways to authenticate
| Method | Best for | Command |
|---|---|---|
| API key | AI agents, automated access, quick start | proxygate login --key pg_live_... |
| Wallet keypair | On-chain operations (deposit, withdraw) | proxygate login --keypair ~/id.json |
Most users should start with an API key — it's the fastest path to making API calls. Get one at app.proxygate.ai/keys.
You can add both later (dual mode: API key for proxy, keypair for vault ops).