Postman Integration: Export Agents and Import Collections
Use Postman to test SmythOS agent endpoints or import external APIs into your workflows.
Export Agents to Postman
- In Team Dashboard, open your agent.
- Click the three-dot menu → Export to Postman.
- Choose a collection:
- Test: uses test subdomain, for local testing/debugging.
- Prod: available after deployment, uses production subdomain, for staging/monitoring.
- Import the JSON file into Postman.
Import Postman Collections
- In the Builder view, drag your Postman JSON file onto the canvas.
- SmythOS converts each request into an API Call component, preserving methods, headers, and payloads.
Tips
- Only Postman JSON format is supported (v2.x recommended).
- Use clear request names for better organization.
- Update URLs and tokens directly in imported components.