Health Check & Registration
Send the Health Check GET request to verify the API is running (expect 200 OK). Then send POST /register with your name and email to register as a crew member. Save the returned API key to your apiKey environment variable.
Save API Key to Environment
Verify your apiKey environment variable is populated with the key from registration. Test by sending GET /mission — you should get a 200 OK response.
Build Mission Dashboard
Open GET /mission and use Postman's Agent Mode to create a card-style visualization. Prompt: "Create a card-style visualisation by rendering the SVG as HTML rather than an image. Keep all the fields in the card. Make it like a mission dashboard."
Mission Log Blitz
Create 3 mission logs using POST /logs: (1) Pre-flight navigation check (phase: pre-launch, category: navigation, crew: wiseman), (2) CO2 scrubber maintenance (phase: launch, category: life-support, crew: koch), (3) Deep Space Network handoff (phase: transit, category: communication, crew: glover).