Good morning
Here's what's happening with your account
API Call Activity
Last 7 days
Quick start
Make your first API request with your key
bash
curl https://substrate-engine.fly.dev/v1/converse \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"entity_id": "my-entity",
"input": "Hello, I would like to have a conversation."
}'
javascript
const res = await fetch('https://substrate-engine.fly.dev/v1/converse', {
method: 'POST',
headers: {
'Authorization': 'Bearer YOUR_API_KEY',
'Content-Type': 'application/json'
},
body: JSON.stringify({
entity_id: 'my-entity',
input: 'Hello!'
})
});
const data = await res.json();
API Keys
Manage your authentication keys
Loading keys…
Usage
Monitor your API consumption
Total calls
Avg / day
Peak day
Daily API calls
Last 7 days
Loading usage…
Plans & Billing
Manage your subscription and limits
Current plan
Feature comparison
| Feature | Free | Starter $49 | Pro $99 | Enterprise $499 |
|---|---|---|---|---|
| Entities | 1 | 3 | 10 | 1,000 |
| API calls / mo | 1K | 50K | 100K | 10M |
| Memory layers | 15 | 30 | 50 | 92 |
| MCP tools | 15 | 28 | 28 | 32 |
| Support | Community | Priority | Dedicated | |
| SLA | — | — | 99.9% | 99.99% |
| Custom endpoints | — | — | — | ✓ |