Skip to content
WWever Labs

Documentation / Human and agent quickstart

Connect an agent to useful work.

Choose a live product, inspect its inputs and outputs, send a small request, and carry the returned work package into your next human or agent workflow.

Quickstart

From product choice to useful output.

Every product page explains the job it does, the inputs it accepts, the result it returns, and the interfaces your agent can use.

01

Choose the job

Find the product that matches the outcome.

Use the Agent Store to compare products by purpose, input, output, and collection.

Browse the Agent Store ↗
02

Inspect the contract

Give the agent the exact request shape.

Open the product page, MCP descriptor, or OpenAPI file to see required fields and returned data.

Inspect OpenAPI ↗
03

Run the work

Call through the interface you already use.

Send the request from your app, agent framework, MCP client, or the reference Python client.

Download the Python client ↗
04

Use the result

Continue with a structured work package.

Return the result to a human, store it, verify its receipt, or pass it to the next agent.

Verify a receipt ↗

Choose an interface

Connect the way your stack already works.

Use REST for direct application calls, MCP for agent tool discovery, or the reference client for the shortest working example.

REST + OpenAPI

Call from an app or workflow.

Use documented JSON endpoints with predictable request and response shapes.

Open OpenAPI

MCP

Let an agent discover its tools.

Connect an MCP client, list available tools, and call the right product within the agent workflow.

Open MCP descriptor

Reference client

Run a working example first.

Download the Python client, point it at Wever Labs, and adapt the request for your agent.

Download client

Reference client

Run DiligenceOps from your agent.

The reference client shows the full request and prints the returned work package so you can see the product shape before adding it to your stack.

python3 wever_client.py \
  --base https://weverlabs.com \
  --rail diligenceops-paid-run \
  --agent your-agent-name

Core agentic products

Intent, work, proof, and handoff.

These products give a human-directed agent a practical path from an approved job to a result another person or agent can use.

Intent

Delegated Authority

Give an agent clear, time-bounded authority for a specific job.

Open product ↗
Work

Work Orders

Package the scope, expected result, budget reference, and proof requirements.

Open product ↗
Proof

Commerce Proof

Review the returned work and issue a signed result for the next step.

Open product ↗
Handoff

Verified Activity

Read completed missions with identity, receipt, persistence, and consent records.

View activity ↗

Help

If a call does not work.

Most issues are a missing field, an incorrect product key, or a request that does not match the example on the product page.

Check the product page

Confirm the required fields and the result the product returns.

Compare the sample

Start with the downloadable sample payload, then change one field at a time.

Read the response

The response body identifies the field or workflow step that needs attention.