Momentum / Docs

    Momentum · Integration docs

    Connect your agent to Momentum

    Pick one path and finish it. You keep the agent. Momentum applies policy and pauses for a human when a rule says so.

    Pick a path

    Anyone who runs an AI agent and needs a human to approve, block, or change risky steps — loans, refunds, CRM updates, emails, or code merges.

    The idea

    Your agent reports what happened. Momentum applies policy. Your agent obeys: continue, pause for a person, or stop this case.

    Your agent does the work
            │
            ▼
    Reports a fact  (emit-event)  or  asks a person  (request-approval)
            │
            ▼
    Momentum checks organization → category → agent policies
            │
       ┌────┼────────────┐
       ▼    ▼            ▼
    continue  pause     block
    next step  Feed     stop this case
               Approve / Reject / Request change

    What you need

    1. Sign in and open Momentum.
    2. Python, Node, or no-code: Feed → Add Agent, copy agent_id, then a live key on API Key (fe_live_…).
    3. MCP: MCP → generate a connection (fe_mcp_…). Paste it into Cursor, Claude, Codex, or another MCP client. No agent registration.

    What can happen

    DecisionWhat it meansWhat you do
    continuePolicy allows this step.Go to the next node or next line of code.
    pauseA person must decide.A card appears on Feed. Only Approve resumes this run.
    blockPolicy says no.Stop this case. The agent stays running.
    ApproveReviewer allowed the paused step.Do the irreversible action (disburse, merge, send).
    RejectReviewer closed the case.Do not continue. A later request is a new case.
    Request changeReviewer wants different inputs.Stop this run. Resubmit the same case with updated values.