0 of 4 steps0%
1
Create a Blank Workspace
- Open postman.com and sign in
- Click Workspaces in the top nav → Create Workspace
- Choose Blank workspace
- Name it: Artemis II - [your name] (e.g. Artemis II - Alex)
- Set the workspace type to Internal and leave 'who can access' as Only you and invited people. Click Create Workspace
2
Import the OpenAPI Spec
- Click the ellipsis icon (three dots) on the top right of the left navigation bar and select Import
- Paste this URL:
https://raw.githubusercontent.com/mishra-aanchal/artemis-mission-control-api-workshop/refs/heads/main/openapi.yaml
- You will see a prompt. Select the 'OpenAPI 3.1 Specification with a Postman Collection' option and click Import
Postman auto-generates a collection from the spec with all the Artemis API endpoints ready to use.
3
Create Environment with Agent Mode
- Open Agent Mode (the AI chat panel in Postman)
- Enter this prompt:
Create an environment called artemis.local with variables - baseUrl, apiKey and logId.
- Verify the environment artemis.local appears with all three variables
Important: After adding variables, click the Share button (or Persist All) to sync values to the cloud. LiftOff validates via the Postman API, which can only see shared values — not local values.
4
Update Environment Variables
- Open the artemis.local environment
- Set
baseUrlto:https://artemis.up.railway.app - Mark
apiKeyas type secret (this hides the value during screen sharing)
Important: After updating values, click Share (or Persist All) to sync to the cloud.