Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions build/invent/invent.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
Invent defines the checks each Agent must pass before launch and samples live runs after deployment. When quality drops, it diagnoses the problem and proposes changes to prompts, Tools, examples, models, or orchestration. It can test those changes against the same requirements before you approve them.
</Card>
<Card title="Review performance and find opportunities" icon="chart-line">
Invent reviews Agent activity, errors, Evals, and performance dashboards to diagnose problems and recommend improvements. Describe a recurring process, and it can help identify where Agents, Tools, or Workforces could automate it.

Check warning on line 30 in build/invent/invent.mdx

View check run for this annotation

Mintlify / Mintlify Validation (relevanceai) - vale-spellcheck

build/invent/invent.mdx#L30

Did you really mean 'Evals'?
</Card>
</CardGroup>

Expand Down Expand Up @@ -89,7 +89,7 @@

<AccordionGroup>
<Accordion title="Project isolation">
Invent's access to Relevance AI is scoped to the active project at the API-key and fine-grained authorization layers, not only in the interface. Each internal platform request uses the active project ID and the caller's API key, then passes through the standard authorization checks. Enabling Invent in a sandbox project does not grant it access to assets in a production project.

Check warning on line 92 in build/invent/invent.mdx

View check run for this annotation

Mintlify / Mintlify Validation (relevanceai) - vale-spellcheck

build/invent/invent.mdx#L92

Did you really mean 'Invent's'?
</Accordion>

<Accordion title="Integration reach">
Expand Down Expand Up @@ -123,6 +123,15 @@

You can also choose a task suggested from your project setup, such as creating evals if none exist.
</Accordion>
<Accordion title="Resource panel" icon="table-columns">
Before you send the first message in a new Invent chat, the right-hand sidebar displays two cards.

**Recent** lists the Workforces and Agents you last worked on, sorted by recency. The list is expandable. Clicking a row inserts an @mention into the composer; clicking it again removes the mention.

**Connected** shows the external provider accounts already linked to your project — HubSpot, Google, and others. A **Connect more** shortcut opens the connectors panel if you need to add a new account before starting your conversation.

Both cards disappear once a conversation is underway.
</Accordion>
<Accordion title="About you" icon="user">
<img src="/images/about-you-invent.png" alt="The About You setting in Invent" />

Expand Down Expand Up @@ -325,6 +334,10 @@
## Frequently asked questions (FAQs)

<AccordionGroup>
<Accordion title="What is the resource panel shown before I start an Invent conversation?">
Before you send the first message in a new chat, the right-hand sidebar shows a **Recent** card and a **Connected** card. Recent lists your Workforces and Agents sorted by recency — clicking a row inserts an @mention into the composer. Connected shows external provider accounts already linked to your project, with a **Connect more** shortcut to open the connectors panel. Both cards disappear once a conversation is underway. See [Resource panel](/build/invent/invent#resource-panel) for details.
</Accordion>

<Accordion title="How do I get started with Invent?">
Choose a process you know well and can explain from beginning to end. Tell Invent the outcome you need, the systems involved, the decisions that require judgment, and how you measure success. Invent will work through the process with you before it builds the Agent team.
</Accordion>
Expand Down
4 changes: 4 additions & 0 deletions get-started/chat/using-agents.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@

Mention any Agent you have access to in your project using @, and Chat will integrate their capabilities into your conversation. Hover over any Agent in the @ menu to see a pop-up with its name, description, and other details — making it easy to pick the right one without leaving the chat.

<Note>
@mentions are also available in Invent's message composer. Before sending the first message in a new Invent chat, the resource panel in the right-hand sidebar lists your recent Workforces and Agents — clicking a row inserts the @mention directly. See [Resource panel](/build/invent/invent#resource-panel) for details.

Check warning on line 10 in get-started/chat/using-agents.mdx

View check run for this annotation

Mintlify / Mintlify Validation (relevanceai) - vale-spellcheck

get-started/chat/using-agents.mdx#L10

Did you really mean 'Invent's'?
</Note>

<CardGroup cols={2}>
<Card title="Individual Agents" icon="robot">
Use a single Agent for specific tasks
Expand Down Expand Up @@ -54,7 +58,7 @@
## Providing feedback on responses

<div style={{ width: '100%', position: 'relative', paddingTop: '43.7%' }}>
<iframe src="https://app.supademo.com/embed/cmp53fr5f0un8c0qmll9o3434" frameBorder="0" title="Providing feedback on responses" allow="clipboard-write; fullscreen" webkitAllowFullscreen="true" mozAllowFullscreen="true" allowFullscreen style={{ position: 'absolute', top: 0, left: 0, width: '100%', height: '100%', border: '3px solid #5E43CE', borderRadius: '10px' }} />

Check failure on line 61 in get-started/chat/using-agents.mdx

View workflow job for this annotation

GitHub Actions / Documentation Lint Checks

Supademo embed isn't using the standard wrapper — replace it with the snippet from the style guide. [technical: paddingTop: '56.25%' missing from wrapper <div>]
</div>

Rate any response using the thumbs up and thumbs down icons that appear alongside the copy button at the bottom of each message. You can optionally add written feedback in the modal dialog that appears after rating.
Expand Down
4 changes: 4 additions & 0 deletions integrations/add-integrations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ description: "Integrations transform your AI agents into powerful workflow autom
sidebarTitle: "Add Integrations"
---

<Tip>
You can also reach the connectors panel from Invent. Before sending the first message in a new Invent chat, the right-hand sidebar shows a **Connected** card listing your linked provider accounts. Click **Connect more** to open the connectors panel directly.
</Tip>

## Browsing and filtering integrations

The **Integrations & API Keys** browser displays all available integrations. Use the search bar to find a specific service by name, or filter by category tag — CRM, Communication, AI Models, Automation & Integration, and more. Multiple tags can be selected at once.
Expand Down
Loading