Operator onboarding · step 1 of 3
Paste your fleet manifest.
We’ll parse it in the browser and confirm the satellite, payload, and ground-station counts before kicking off tenant provisioning. Nothing is sent to the server until you accept the summary on the next step.
Paste a manifest to begin. Click Parse manifestwhen you’re ready — partial edits don’t validate.
{
"fleetName": "Aurora-1",
"satellites": [
{ "id": "AUR-01", "payloadType": "Quantum key distribution" },
{ "id": "AUR-02", "payloadType": "Quantum key distribution" },
{ "id": "AUR-03", "payloadType": "Hyperspectral imager" }
],
"groundStations": [
{ "provider": "KSAT" },
{ "provider": "Atlas" }
]
}Validation runs in the browser — no network round trip.