Getting Started
Portal Setup
Sign up for AFA via the portal, get an API key, and manage your subscription.
Portal Setup
The AFA portal at portal.undercurrentholdings.com handles account creation, API key management, and billing.
Sign up
- Go to portal.undercurrentholdings.com
- Create an account (Clerk authentication)
- You start on the Community tier (free, 200 analyses/month)
Get your API key
- Navigate to AFA > Keys in the portal
- Click Create Key
- Copy the key immediately -- it is only shown once
- The key looks like
uk_afa_...
Use the key in API requests:
curl -H "Authorization: Bearer uk_afa_..." \
https://api.afa.undercurrentholdings.com/v1/healthOr set it as an environment variable for the CLI:
export AFA_API_KEY="uk_afa_..."Tiers
| Community | Developer | Team | Enterprise | |
|---|---|---|---|---|
| Price | Free | $99/mo | $499/mo | Custom |
| Analyses/mo | 200 | 2,000 | 10,000 | 50,000 |
| Enhancements/mo | 0 | 50 | 250 | 2,000 |
| Rate limit | 15/min | 30/min | 100/min | 500/min |
| Repos | 1 | 5 | 25 | Unlimited |
All paid tiers offer 20% off with annual billing.
See Billing for full tier details including feature breakdowns.
Upgrade
- Go to AFA > Account in the portal
- Click Upgrade on the tier you want
- Complete Stripe checkout
- Your API keys are automatically updated with the new rate limits