Skip to main content

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

  1. In Team Dashboard, open your agent.
  2. Click the three-dot menuExport to Postman.
  3. Choose a collection:
    • Test: uses test subdomain, for local testing/debugging.
    • Prod: available after deployment, uses production subdomain, for staging/monitoring.
  4. Import the JSON file into Postman.

Import Postman Collections

  1. In the Builder view, drag your Postman JSON file onto the canvas.
  2. 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.