METIS API · Keys, Quota, Catalog
Productionized access to the METIS subnet. Every public endpoint is authenticated, rate-limited per plan, and metered per key.
Financial-grade orbital intelligence, delivered through standardized APIs.
METIS delivers financial-grade orbital intelligence through standardized APIs, allowing institutions to price, monitor, insure, and finance orbital assets with greater confidence.
METIS is API-first. The dashboard is the visualization and workflow layer attached to the intelligence subnet.
| Label | Org | Plan | Status | Key | Actions |
|---|---|---|---|---|---|
| Sandbox · revoked | Independent Researcher | Explorer | revoked | ||
| Bounty Sponsor · Q2 | Polaris Foundation | Precision Bounty Sponsor | active | ||
| Production · Risk Desk | Heliogen Capital | Institutional | active | ||
| Underwriting Pipeline | Athena Reinsurance | Enterprise | active | ||
| Public Demo Key (seeded) | METIS Demo Workspace | Institutional | test | ||
| SDA Operations | Allied Space Command | Government | active |
| Time | Org | Plan | Endpoint | Status | Latency |
|---|---|---|---|---|---|
| 23:58:55 | Heliogen Capital | institutional | /api/public/insurance/profile/:satId | 200 | 97 ms |
| 23:56:17 | Athena Reinsurance | enterprise | /api/public/market/saturation | 200 | 238 ms |
| 23:55:53 | Polaris Foundation | precision_bounty_sponsor | /api/public/mission/rating | 200 | 218 ms |
| 23:55:39 | Heliogen Capital | institutional | /api/public/mission/rating | 200 | 139 ms |
| 23:55:30 | Athena Reinsurance | enterprise | /api/public/market/saturation | 200 | 147 ms |
| 23:54:05 | Athena Reinsurance | enterprise | /api/public/market/saturation | 200 | 247 ms |
| 23:54:02 | Allied Space Command | government | /api/public/orbit/forecast | 200 | 124 ms |
| 23:52:46 | Heliogen Capital | institutional | /api/public/orbit/forecast | 200 | 83 ms |
| 23:52:41 | Athena Reinsurance | enterprise | /api/public/market/saturation | 200 | 273 ms |
| 23:52:41 | Heliogen Capital | institutional | /api/public/orbit/forecast | 200 | 155 ms |
Endpoints · live and planned
/api/public/orbit/forecastMODELED24h propagated position with uncertainty radius, confidence, and maneuver probability.
curl -H "Authorization: Bearer sk_test_metis_demo_0000000000000001" \
"https://metis.lovable.app/api/public/orbit/forecast?noradId=25544&horizonSec=86400&kp=2"{
"modelVersion": "v1.0.0",
"badge": "MODELED",
"satellite": {
"noradId": 25544,
"name": "ISS (ZARYA)",
"orbitClass": "LEO"
},
"forecast": {
"confidenceScore": 87,
"maneuverProbability": 0.18,
"uncertaintyKm": 12.4
}
}/api/public/mission/ratingMODELEDMission Financeability Score, funding likelihood, implied Cost of Capital.
curl -H "Authorization: Bearer sk_test_metis_demo_0000000000000001" \
"https://metis.lovable.app/api/public/mission/rating?noradId=25544"{
"modelVersion": "v1.0.0",
"badge": "MODELED",
"rating": {
"financeabilityScore": 72,
"fundingLikelihood": 0.81,
"impliedCostOfCapital": 0.094,
"costOfCapitalRange": [
0.082,
0.108
]
}
}/api/public/market/saturationMODELEDPer-segment competitive density, capital + insurance appetite, opportunity rating.
curl -H "Authorization: Bearer sk_test_metis_demo_0000000000000001" \
"https://metis.lovable.app/api/public/market/saturation?market=Earth%20Observation"{
"modelVersion": "v1.0.0",
"badge": "MODELED",
"row": {
"market": "Earth Observation",
"saturationScore": 68,
"opportunityRating": "Crowded"
}
}/api/public/insurance/profile/:satIdMODELEDTrigger Readiness, Finality Confidence, Modeled Payout Estimate, Collision/Debris Risk.
curl -H "Authorization: Bearer sk_test_metis_demo_0000000000000001" \
"https://metis.lovable.app/api/public/insurance/profile/25544?kp=2"{
"modelVersion": "v1.0.0",
"badge": "MODELED",
"triggerReadiness": 0.78,
"finalityConfidence": 0.91,
"modeledPayoutEstimateUSD": 3240000,
"payoutBandUSD": [
2835000,
3645000
]
}/api/public/finance/profile/:satIdMOCKplannedAsset-level Mission Financeability, CoC range, Debt Capacity, Expected Loss.
# planned
curl -H "Authorization: Bearer <key>" \
"https://metis.lovable.app/api/public/finance/profile/25544"{
"badge": "MOCK",
"financeabilityScore": 71,
"costOfCapitalRangeBps": [
820,
1080
],
"debtCapacityUSD": 18400000,
"expectedLossUSD": 612000
}/api/public/consensus/output/:satIdMOCKplannedValidator-weighted consensus output for a satellite at the latest finalized epoch.
# planned
curl -H "Authorization: Bearer <key>" \
"https://metis.lovable.app/api/public/consensus/output/25544"{
"badge": "MOCK",
"epoch": 41827,
"consensusConfidence": 0.91,
"finality": "final",
"payload": {
"positionLat": -32.4,
"positionLon": 78.2,
"altKm": 540
}
}/api/public/maneuver/intelligence/:satIdMOCKplannedManeuver probability, intent classification, credit and insurance impact.
# planned
curl -H "Authorization: Bearer <key>" \
"https://metis.lovable.app/api/public/maneuver/intelligence/25544"{
"badge": "MOCK",
"maneuverProbability": 0.22,
"intent": "Station-keeping",
"creditImpactBps": -12,
"insuranceImpact": "neutral"
}/api/public/calibration/miner/:minerIdMOCKplannedMiner predicted-vs-realized track record, Brier score, calibration curve.
# planned
curl -H "Authorization: Bearer <key>" \
"https://metis.lovable.app/api/public/calibration/miner/miner-042"{
"badge": "MOCK",
"minerId": "miner-042",
"brierScore": 0.118,
"predictionsScored": 1842,
"reliabilityCurve": [
[
0.1,
0.09
],
[
0.5,
0.48
],
[
0.9,
0.91
]
]
}/api/public/portfolio/riskMOCKplannedPortfolio-level Expected Loss, concentration risk, and CoC roll-up across satellites.
# planned
curl -X POST -H "Authorization: Bearer <key>" \
-H "Content-Type: application/json" \
-d '{"noradIds":[25544,40069,43013]}' \
"https://metis.lovable.app/api/public/portfolio/risk"{
"badge": "MOCK",
"totalExposureUSD": 184000000,
"portfolioExpectedLossUSD": 7360000,
"portfolioCoCRange": [
0.091,
0.124
]
}/api/public/report/financeability/:satIdMOCKplannedBranded PDF financeability memo combining mission rating, CoC, and insurance profile.
# planned
curl -H "Authorization: Bearer <key>" -L \
"https://metis.lovable.app/api/public/report/financeability/25544.pdf"{
"badge": "MOCK",
"contentType": "application/pdf",
"pages": 6
}| Plan | Per-minute | Per-month | Burst | Description |
|---|---|---|---|---|
| Explorer | 10 | 1,000 | 20 | Low-volume sandbox access for evaluators and researchers. |
| Institutional | 120 | 100,000 | 240 | Production access for risk desks, lenders, and analysts. |
| Enterprise | 600 | 2,000,000 | 1,200 | High-throughput access for reinsurers and platforms. |
| Government | 1,200 | 5,000,000 | 2,400 | Sovereign / SDA throughput with elevated SLA. |
| Precision Bounty Sponsor | 240 | 250,000 | 480 | Bounty sponsor access plus institutional API quota. |
