Weavz
Hyperproof

Hyperproof

Manage Hyperproof controls, proof evidence, risks, tasks, vendors, users, and test result workflows.

21 tools
1 trigger

Tools

Name
list_controls

List Hyperproof controls.

get_control

Get a Hyperproof control by ID.

create_control

Create a Hyperproof control using official fields.

update_control

Update a Hyperproof control using official fields.

list_proof

List Hyperproof proof metadata with optional object and search filters.

upload_proof

Upload proof evidence at organization scope or directly link it to a control, label, or task.

upload_proof_version

Upload a new version for an existing Hyperproof proof item.

list_risks

List Hyperproof risks.

get_risk

Get a Hyperproof risk by ID.

create_risk

Create a Hyperproof risk using official fields.

update_risk

Update a Hyperproof risk using official fields.

list_tasks

List Hyperproof tasks.

get_task

Get a Hyperproof task by ID.

create_task

Create a Hyperproof task using official fields.

update_task

Update a Hyperproof task using official fields.

list_vendors

List Hyperproof vendors.

get_vendor

Get a Hyperproof vendor by ID.

create_vendor

Create a Hyperproof vendor using official fields.

update_vendor

Update a Hyperproof vendor using official fields.

list_test_results

List Hyperproof test results.

list_users

List Hyperproof users for owner/assignee lookup.

Triggers

Name
new_or_updated_tasks

Poll Hyperproof tasks and emit tasks whose updatedOn value changes.

Quick Start

TypeScript
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.