Developer Dashboard

Enter your API key to see your account, usage, and active domains.

No key yet? Get a free 7-day trial →

Plan
Calls today
of – daily limit
Active domains
custom signal domains
Total signals
stored across all domains
API Key
Features on your plan
Your domains
Quick reference
# Push signals
curl -X POST https://intellistasis.com/api/signals \
     -H "x-api-key: sk_stasis_YOUR_KEY" \
     -H "Content-Type: application/json" \
     -d '{"domain":"your-domain","entity_id":"entity-1","signals":[...]}'

# Run engine
curl -X POST "https://intellistasis.com/api/run?domain=your-domain" \
     -H "x-api-key: sk_stasis_YOUR_KEY"

# Read intelligence
curl "https://intellistasis.com/api/v1/intelligence?domain=your-domain&entity=entity-1" \
     -H "x-api-key: sk_stasis_YOUR_KEY"