Reeva is an AI workflow platform for manufacturers. You build agents that read engineering documents and structured data from your existing systems — Teamcenter, SAP, file shares — apply AI to extract or classify what matters, and write the results back to the systems your team already uses. The most common job: keep engineering documents and data linked and consistent across Teamcenter and SAP, so your engineers stop rekeying specs and your operators stop chasing the “real” version of a part.Documentation Index
Fetch the complete documentation index at: https://docs.reeva.ai/llms.txt
Use this file to discover all available pages before exploring further.
What you can do with Reeva
- Link documents across systems. Match Teamcenter drawings, datasheets, and specs to the corresponding SAP material masters and BOM lines.
- Extract structured data from documents. Pull attributes from PDFs, spec sheets, and CAD metadata and write them to the right field in the right system.
- Validate and route changes. Detect engineering changes, classify them, and route them through review before they hit downstream systems.
- Monitor everything. See what each agent produced, with confidence scores, in one place.
Core concepts
Agent
A reusable workflow made of ordered steps. Each agent has a single responsibility — for example, “link new Teamcenter drawings to SAP materials.”
Step
The building block of an agent. Steps come in four types: trigger, action, AI, and decision.
Integration
A connection to an external system (Teamcenter, SAP, S3, webhook). Agents read from and write to integrations.
Monitor
The shared view of every item your agents have produced. Filter by status — published, flagged, linked, queued — and review what needs attention.
Step types
Every agent is made of these four step types, in any order:| Type | What it does | Example |
|---|---|---|
| Trigger | Starts the agent when something happens. | A new drawing is checked into Teamcenter. |
| Action | Performs a deterministic task. | Fetch the linked spec sheet from a file share. |
| AI | Uses a model to extract, classify, or summarize. | Extract material grade and tolerances from the spec. |
| Decision | Branches on a condition or confidence threshold. | Auto-publish if confidence ≥ 95%, otherwise flag for review. |
Where things live in the app
| Section | What it’s for |
|---|---|
| Agents | List, build, and edit agents. |
| Monitor | Review the items your agents have produced. |
| Conversations | Ask questions about your data and agent runs. |
| Settings → Integrations | Connect and manage Teamcenter, SAP, and other systems. |
| Settings → Users & Roles | Invite teammates and assign permissions. |
| Settings → Audit Trail | See who changed what, and when. |
Next steps
- Follow the Quickstart to sign in and run your first agent.
- Learn how to build an agent step by step.
- Connect Teamcenter and SAP.