Overview

Rivet is a tool for building AI Agents. This integration allows you to connect your Rivet agents to Pactory, distribute and monetize them.

Prerequisites

  • Deployed rivet server
  • Pactory account

Step-by-Step Walkthrough

1

Create Rivet graph

Create a Rivet graph

2

Set up the graph

1

Add Graph Input node

Add a Graph Input node to your graph, and set the following properties:

{ "ID": "messages", "Data Type": "chat-message[]" }
2

Add Graph Output node

Add a Graph Output node to your graph, and set the following properties:

{ "ID": "output", "Data Type": "string" }
3

Access Integration

From your Pactory dashboard, go to “Add New Agent” and select “Rivet”

4

Configure Basic Settings

Fill in the standard agent configuration fields (name, description, etc.)

5

Configure Integration

Enter your Rivet-specific configuration:

  • Rivet server URL
  • Rivet Graph ID (Optional)
  • Rivet API key (Optional)
6

Publish your agent

Set privacy to “Public”

7

Test Connection

Send a test message to verify the integration is working properly

8

Share your agent and get paid based on usage!