DevRev
Automate DevRev customer, account, conversation, product-part, and work item workflows.
Tools
| Name | Description |
|---|---|
get_current_userReturn the DevRev dev user associated with the token. | Return the DevRev dev user associated with the token. |
list_rev_usersList DevRev customer or contact users with cursor and filter support. | List DevRev customer or contact users with cursor and filter support. |
get_accountGet a DevRev account by ID. | Get a DevRev account by ID. |
list_accountsList DevRev accounts using the official accounts.list payload. | List DevRev accounts using the official accounts.list payload. |
create_accountCreate a DevRev account with an explicit official request body. | Create a DevRev account with an explicit official request body. |
list_conversationsList DevRev conversations with bounded pagination and optional filters. | List DevRev conversations with bounded pagination and optional filters. |
get_conversationGet a DevRev conversation by ID. | Get a DevRev conversation by ID. |
create_conversationCreate a DevRev conversation using the official conversations.create body. | Create a DevRev conversation using the official conversations.create body. |
list_partsList DevRev product parts by name, type, and additional filters. | List DevRev product parts by name, type, and additional filters. |
create_workCreate a DevRev work item such as an issue, ticket, or task using the official works.create body. | Create a DevRev work item such as an issue, ticket, or task using the official works.create body. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('devrev', 'get_current_user', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'devrev',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect DevRev to my app?
Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does DevRev support?
DevRev supports 10 tools including Get Current User, List Rev Users, Get Account, List Accounts, Create Account, and more.
Can I use DevRev with AI agents?
Yes. Add DevRev to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
How do I connect DevRev to ChatGPT or Claude?
Open the Weavz connector setup, sign in, choose a workspace, and add DevRev as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped DevRev tools exposed by that workspace.
Does DevRev work with Claude Code, Cursor, Codex, and local agents?
Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved DevRev work, and execute Code Mode workflows from a terminal.
What can I ask an AI agent to do with DevRev?
DevRev exposes 10 tools, including Get Current User, List Rev Users, Get Account, List Accounts, Create Account, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.
Can DevRev be used in stateful agent workflows?
Yes. Agents can combine DevRev tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does DevRev use?
DevRev uses API Key. Weavz stores credentials securely and uses them for authorized action execution.
How much does the DevRev integration cost?
The DevRev integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
Connect DevRev in minutes
Get 20,000 free action executions every month. No credit card required.