Skip to Quick Start

API to Learning AI Workforce

Access Felix's forecasts, Maya's memory, Sam's scenarios. Intelligence that compounds.🚧 Currently in development • Request early access to join our beta program

Access 6 AI agents
Learning intelligence
OAuth 2.0

Quick Start

Get started in minutes. Access learning AI programmatically.

1

Get Your API Key

Generate an API key from your Cresva dashboard under Settings → API Keys.

Example API Key
cresva_sk_test_abc123xyz

⚠️ This is an example key for demonstration purposes

2

Access Felix's Forecasts

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"
3

Learning Intelligence Response

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"
  }
}

Authentication

Secure your API requests with Bearer tokens

Bearer Token Authentication

Include your API key in the Authorization header of every request:

Authorization: Bearer YOUR_API_KEY

Keep Keys Secure

Never commit API keys to version control or expose them in client-side code.

Environment Keys

Use test keys for development and production keys for live learning data.

Rate Limits

API usage limits by plan tier

Starter

100 requests/min
Per minute
10,000/day
Daily limit

Professional

500 requests/min
Per minute
50,000/day
Daily limit

Enterprise

Custom
Per minute
Unlimited
Daily limit

Rate Limit Headers

Check response headers for your current rate limit status:

X-RateLimit-Limit: 100
X-RateLimit-Remaining: 95
X-RateLimit-Reset: 1698765432

SDKs & Libraries

Official client libraries coming soon