Hyperproof
Manage Hyperproof controls, proof evidence, risks, tasks, vendors, users, and test result workflows.
Tools
| Name | Description |
|---|---|
list_controlsList Hyperproof controls. | List Hyperproof controls. |
get_controlGet a Hyperproof control by ID. | Get a Hyperproof control by ID. |
create_controlCreate a Hyperproof control using official fields. | Create a Hyperproof control using official fields. |
update_controlUpdate a Hyperproof control using official fields. | Update a Hyperproof control using official fields. |
list_proofList Hyperproof proof metadata with optional object and search filters. | List Hyperproof proof metadata with optional object and search filters. |
upload_proofUpload proof evidence at organization scope or directly link it to a control, label, or task. | Upload proof evidence at organization scope or directly link it to a control, label, or task. |
upload_proof_versionUpload a new version for an existing Hyperproof proof item. | Upload a new version for an existing Hyperproof proof item. |
list_risksList Hyperproof risks. | List Hyperproof risks. |
get_riskGet a Hyperproof risk by ID. | Get a Hyperproof risk by ID. |
create_riskCreate a Hyperproof risk using official fields. | Create a Hyperproof risk using official fields. |
update_riskUpdate a Hyperproof risk using official fields. | Update a Hyperproof risk using official fields. |
list_tasksList Hyperproof tasks. | List Hyperproof tasks. |
get_taskGet a Hyperproof task by ID. | Get a Hyperproof task by ID. |
create_taskCreate a Hyperproof task using official fields. | Create a Hyperproof task using official fields. |
update_taskUpdate a Hyperproof task using official fields. | Update a Hyperproof task using official fields. |
list_vendorsList Hyperproof vendors. | List Hyperproof vendors. |
get_vendorGet a Hyperproof vendor by ID. | Get a Hyperproof vendor by ID. |
create_vendorCreate a Hyperproof vendor using official fields. | Create a Hyperproof vendor using official fields. |
update_vendorUpdate a Hyperproof vendor using official fields. | Update a Hyperproof vendor using official fields. |
list_test_resultsList Hyperproof test results. | List Hyperproof test results. |
list_usersList Hyperproof users for owner/assignee lookup. | List Hyperproof users for owner/assignee lookup. |
Triggers
| Name | Description |
|---|---|
new_or_updated_tasksPoll Hyperproof tasks and emit tasks whose updatedOn value changes. | Poll Hyperproof tasks and emit tasks whose updatedOn value changes. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('hyperproof', 'list_controls', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'hyperproof',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Hyperproof 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 Hyperproof support?
Hyperproof supports 21 tools including List Controls, Get Control, Create Control, Update Control, List Proof, and more.
Can I use Hyperproof with AI agents?
Yes. Add Hyperproof 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 Hyperproof be used in stateful agent workflows?
Yes. Agents can combine Hyperproof 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 Hyperproof use?
Hyperproof uses OAuth2. Weavz stores OAuth credentials securely and refreshes tokens when supported by the provider.
How much does the Hyperproof integration cost?
The Hyperproof integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does Hyperproof support?
Hyperproof supports 1 triggers including New Or Updated Tasks.
Connect Hyperproof in minutes
Get 20,000 free action executions every month. No credit card required.