Developers evaluating the API~3 min total · 3 stepsPlanned surface

Use the OOretz Factory API from Postman in 60 seconds

Import the Postman collection, set your API key, fire a build. No SDK install, no client library — just structured API calls. Today the public collection endpoints (manifest/openapi/templates/demo/status) work without a key; the private endpoints described here require the API key surface that is roadmap.

⚠ This playbook describes a planned surface.The steps below describe how it will work once the underlying tier / API surface ships. They are not runnable end-to-end against today’s production. See /factory/pricing and /factory/api for what’s live right now.

Before you start

  • ·Postman installed (desktop or web version)
  • ·An OOretz Factory account on Pro+ for an API key (Hobby has no API key)

Steps

  1. 01

    Download the Postman collection

    ~1 min

    Run the curl command below. The Postman v2.1 collection ships as a single JSON file ready to import.

    curl https://ooretz.space/api/factory/postman > ooretz.json
  2. 02

    Import into Postman

    ~1 min

    Open Postman → File → Import → select ooretz.json. The collection appears in the left sidebar with 4 folders: Discovery, Templates, Builds, Account.

  3. 03

    Set your API key in the collection variables

    ~1 min

    Click the collection name → Variables tab. Paste your tenant API key into the {{apiKey}} row. Get a key at /admin/factory/settings/api-keys.

    ⚠ Watch out

    Public endpoints (manifest, openapi, public-templates, public-demo, signup, status) don't need a key. Private endpoints do. Each request in the collection has the right auth setup.

✓ Expected outcome

You can fire any of the 5 publicly-supported endpoints from Postman. The collection variables let you swap between production and a staging baseUrl with one click.

© 2026 OOretz Factory · Recipes you can actually run