Skip to main content

Documentation Index

Fetch the complete documentation index at: https://reeva-3df96211.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

This guide takes you from a fresh sign-in to a running agent. It assumes someone on your team already has admin access to Reeva and to at least one of Teamcenter or SAP.

Before you begin

  • An invite email from Reeva (or sign-in credentials)
  • Read access to the system you want Reeva to pull from (typically Teamcenter or SAP)
  • A clear idea of one repetitive task you want to automate — start narrow
The smallest useful first agent is one that reads from a system you already use and writes results to Monitor — no downstream writes yet. You can review the output before turning on the write step.

Steps

1

Sign in

Go to app.reeva.ai and sign in with the email and password from your invite. If you have SSO set up, use the Sign in with SSO button instead.
2

Connect a source system

Open Settings → Integrations and click Connect on the system you want to read from — for example, Teamcenter. Follow the prompts and paste in the credentials your IT team provided. See the integration guides for Teamcenter and SAP.
3

Create your first agent

Go to Agents and click New Agent. Give it a clear name (e.g., “Link new drawings to SAP materials”) and a one-line description of what it should do. Reeva starts you with a blank canvas.
4

Add steps

Click Add Step to add a trigger, then one or more action and AI steps, and a final decision step that controls whether the result is published or flagged. See Build an agent for a walkthrough of each step type.
5

Run it on a sample

Toggle the agent on in the top-right of the agent detail page. The first run will pick up the next item that matches your trigger. You can also use Conversations to ask Reeva to run the agent against a specific item.
6

Review the output in Monitor

Open Monitor to see what the agent produced. Items appear with a status (published, flagged, linked, queued) and a confidence score. Review flagged items and adjust your agent if needed.
If a step depends on IT (network access between Reeva and your on-prem Teamcenter or SAP, SSO setup), you can build and dry-run the rest of the agent in parallel.

Next steps