Skip to main content

Loop deployment

Time to complete: ~10 minutes (after loop modeling)

Before you start
  • Loop definition and bootstrap training complete
  • Open loop at /loop/{id}

Steps

  1. Sidebar → Loop → click your loop.
  2. Complete modeling if not done — schema, bootstrap examples.
  3. Click Generate API key — copy immediately.
  4. Note Loop ID on the detail page (required with API key for predict calls).
  5. Use API Integration tab for predict and feedback endpoints.
Save your API key

Cannot be retrieved after generation.

Continuous learning cycle

  1. Predict — send input features → get prediction + feature contributions
  2. Learn — POST outcome as training example
  3. Model updates incrementally — no full retrain pipeline

API integration guide

Monitor

  • Loop detail → Usage section
  • UsageData Intelligence for account totals

Next steps