How to Export / Import Agents via Postman
Use Postman to test your agent’s endpoints or import external APIs into SmythOS.
Export to Postman
-
Go to your agent in the Team Dashboard
-
Click the three-dot menu and choose
Export to Postman
-
Choose one of the following options:
-
Test Endpoint Collection
- Uses the test subdomain
- Best for local testing or debugging
-
Prod Endpoint Collection
- Available only after deployment
- Uses the production subdomain
- Recommended for live monitoring or staging
-
-
Import the downloaded JSON file into Postman
Import Postman Collection
Use this to bring external API definitions into your agent.
- Go to the
Builder
view - Drag your Postman collection file into the canvas
- SmythOS will:
- Automatically convert each request into an
API Call
component - Preserve methods, headers, and payloads
- Automatically convert each request into an
Notes
- Only supports JSON Postman format (v2.x recommended)
- Use descriptive names for requests to keep imported nodes organized
- You can update URLs and tokens directly inside the imported component