Get Your API Key
Generate an API key from your Cresva dashboard under Settings → API Keys.
cresva_sk_test_abc123xyz⚠️ This is an example key for demonstration purposes
Access Felix's forecasts, Maya's memory, Sam's scenarios. Intelligence that compounds.🚧 Currently in development • Request early access to join our beta program
Get started in minutes. Access learning AI programmatically.
Generate an API key from your Cresva dashboard under Settings → API Keys.
cresva_sk_test_abc123xyz⚠️ This is an example key for demonstration purposes
Pull revenue forecasts programmatically. 91% accuracy that improves over time.
curl https://api.cresva.ai/v1/forecasts \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json"
All responses include confidence levels. Intelligence that compounds.
{
"success": true,
"agent": "Felix",
"data": {
"forecast_90d": 142350.00,
"confidence": 0.91,
"learning_trajectory": "78% → 91%",
"improves": "2% monthly"
}
}Each endpoint connects to a learning AI agent
/v1/forecastsFelixComing SoonRevenue forecasts 90 days out. 91% accuracy that improves 2% monthly.
Request early access
/v1/memoryMayaComing SoonAccess 847+ conversations and decisions. Perfect recall of constraints.
Request early access
/v1/scenariosSamComing SoonTest budget shifts risk-free. Uses your learned constraints.
Request early access
/v1/dataDanaComing SoonUnified data across Meta, Google, TikTok, Shopify.
Request early access
/v1/attributionParkerComing SoonTrue incremental ROAS. See what's actually incremental vs platform inflation.
Request early access
/v1/reportsDexComing SoonAuto-generate reports to Slack/Sheets. Learns your format preferences.
Request early access
API documentation coming soon • Join the waitlist
Secure your API requests with Bearer tokens
Include your API key in the Authorization header of every request:
Authorization: Bearer YOUR_API_KEY
Never commit API keys to version control or expose them in client-side code.
Use test keys for development and production keys for live learning data.
API usage limits by plan tier
Check response headers for your current rate limit status:
Official client libraries coming soon
npm install @cresva/sdk
Request early access to be notified when available
pip install cresva
Request early access to be notified when available
Request early access to be notified when available
Request early access to be notified when available