Trial ends in X days —
Upgrade to keep access and unlock all features.
Choose a plan →
Calls today
–
of – daily limit
Active domains
–
custom signal domains
Total signals
–
stored across all domains
–
Unlock the full engine. Get MCP access, cross-domain correlations, and 50,000 calls per day.
Upgrade to Pro →
# 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"