Weavz
Regulations.gov

Regulations.gov

Search Regulations.gov rulemaking documents, dockets, public comments, and new document updates.

API KeyAnalytics
5 tools
1 trigger

Tools

Name
search_documents

Search Regulations.gov documents using v4 document filters.

get_document

Get one Regulations.gov document by ID.

search_dockets

Search Regulations.gov dockets by term, agency, or docket type.

get_docket

Get one Regulations.gov docket by ID.

search_comments

Search Regulations.gov public comments by docket, document, agency, or posted date.

Triggers

Name
new_document

Triggers when a new Regulations.gov document ID appears for a configured search after the initial baseline.

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('regulations-gov', 'search_documents', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'regulations-gov',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Regulations.gov 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 Regulations.gov support?

Regulations.gov supports 5 tools including Search Documents, Get Document, Search Dockets, Get Docket, Search Comments.

Can I use Regulations.gov with AI agents?

Yes. Add Regulations.gov 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 Regulations.gov be used in stateful agent workflows?

Yes. Agents can combine Regulations.gov 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 Regulations.gov use?

Regulations.gov uses API Key. Weavz stores credentials securely and uses them for authorized action execution.

How much does the Regulations.gov integration cost?

The Regulations.gov integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

What triggers does Regulations.gov support?

Regulations.gov supports 1 triggers including New Document.

Connect Regulations.gov in minutes

Get 20,000 free action executions every month. No credit card required.