Regulations.gov
Search Regulations.gov rulemaking documents, dockets, public comments, and new document updates.
Tools
| Name | Description |
|---|---|
search_documentsSearch Regulations.gov documents using v4 document filters. | Search Regulations.gov documents using v4 document filters. |
get_documentGet one Regulations.gov document by ID. | Get one Regulations.gov document by ID. |
search_docketsSearch Regulations.gov dockets by term, agency, or docket type. | Search Regulations.gov dockets by term, agency, or docket type. |
get_docketGet one Regulations.gov docket by ID. | Get one Regulations.gov docket by ID. |
search_commentsSearch Regulations.gov public comments by docket, document, agency, or posted date. | Search Regulations.gov public comments by docket, document, agency, or posted date. |
Triggers
| Name | Description |
|---|---|
new_documentTriggers when a new Regulations.gov document ID appears for a configured search after the initial baseline. | Triggers when a new Regulations.gov document ID appears for a configured search after the initial baseline. |
Quick Start
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.