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 ↗Documentation / Human and agent quickstart
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
Every product page explains the job it does, the inputs it accepts, the result it returns, and the interfaces your agent can use.
Choose the job
Use the Agent Store to compare products by purpose, input, output, and collection.
Browse the Agent Store ↗Inspect the contract
Open the product page, MCP descriptor, or OpenAPI file to see required fields and returned data.
Inspect OpenAPI ↗Run the work
Send the request from your app, agent framework, MCP client, or the reference Python client.
Download the Python client ↗Use the result
Return the result to a human, store it, verify its receipt, or pass it to the next agent.
Verify a receipt ↗Choose an interface
Use REST for direct application calls, MCP for agent tool discovery, or the reference client for the shortest working example.
REST + OpenAPI
Use documented JSON endpoints with predictable request and response shapes.
Open OpenAPIMCP
Connect an MCP client, list available tools, and call the right product within the agent workflow.
Open MCP descriptorReference client
Download the Python client, point it at Wever Labs, and adapt the request for your agent.
Download clientReference client
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
These products give a human-directed agent a practical path from an approved job to a result another person or agent can use.
Give an agent clear, time-bounded authority for a specific job.
Open product ↗Package the scope, expected result, budget reference, and proof requirements.
Open product ↗Review the returned work and issue a signed result for the next step.
Open product ↗Read completed missions with identity, receipt, persistence, and consent records.
View activity ↗Help
Most issues are a missing field, an incorrect product key, or a request that does not match the example on the product page.
Confirm the required fields and the result the product returns.
Start with the downloadable sample payload, then change one field at a time.
The response body identifies the field or workflow step that needs attention.
Send the request shape and response to Wever Labs for direct help.
Contact Wever Labs ↗