Quickstart
Get your first policy compiled and your first action checked in under 5 minutes.
Step 1: Create an account
Pay with card
curl -s -X POST https://api.icme.io/v1/createUserCard \
-H 'Content-Type: application/json' \
-d '{"username": "YOUR_USERNAME"}' | jq .
# Returns checkout_url — open in your browser and pay $5.00 by card
# Then retrieve your API key. Via curl or by opening link in browser.
curl -s https://api.icme.io/v1/session/SESSION_ID | jq .Pay with USDC on Base
Step 2: Top up credits
Tier
Credits
Bonus
Total Credits
Step 3: Compile a policy
Step 4: Check an action
Use case: Treasury agent with zero-transfer policy
verifyPaid — no account needed
ZK Proofs — verify and download
Check proof status (authenticated)
Verify a proof (public, single-use)
Download proof bytes (public, single-use)
Next steps
Last updated

