Tools
| Name | Description |
|---|---|
get_matterGet a matter (action) by ID from Actionstep | Get a matter (action) by ID from Actionstep |
create_matterCreate a new matter (action) in Actionstep | Create a new matter (action) in Actionstep |
get_participantGet a participant by ID from Actionstep | Get a participant by ID from Actionstep |
create_participantCreate a new participant in Actionstep | Create a new participant in Actionstep |
get_documentsList documents from Actionstep, optionally filtered by action | List documents from Actionstep, optionally filtered by action |
custom_api_callMake a custom API call to the Actionstep API | Make a custom API call to the Actionstep API |
Triggers
| Name | Description |
|---|---|
matter_updatedTriggers when a matter is updated in Actionstep | Triggers when a matter is updated in Actionstep |
document_addedTriggers when a new document is added in Actionstep | Triggers when a new document is added in Actionstep |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('actionstep', 'get_matter', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'actionstep',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Actionstep to my app?
Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Actionstep support?
Actionstep supports 6 tools including Get Matter, Create Matter, Get Participant, Create Participant, Get Documents, and more.
Can I use Actionstep with AI agents?
Yes. Add Actionstep 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.
Can Actionstep be used in stateful agent workflows?
Yes. Agents can combine Actionstep 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 Actionstep use?
Actionstep uses OAuth2. Weavz stores OAuth credentials securely and refreshes tokens when supported by the provider.
How much does the Actionstep integration cost?
The Actionstep integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does Actionstep support?
Actionstep supports 2 triggers including Matter Updated, Document Added.
Connect Actionstep in minutes
Get 20,000 free action executions every month. No credit card required.