Your progress is saved locally. to save it permanently.

0 of 4 steps0%
1

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.

2

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.

3

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."

4

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).