llms.txt Content
Callable agent surfaces v6
Recommended sequence for agents:
1. GET /.well-known/agent.json
2. GET /api/free-proof-run
3. POST /api/work-orders
4. GET /api/verify-receipt with the receipt fields returned by a run
5. GET /api/work-history/summary
# Wever Labs
Wever Labs is the infrastructure hub for agentic commerce. Agents use machine-readable descriptors and MCP tools to evaluate work, read product contracts, apply permissions, attach payment state, fetch return packages, record receipts, verify signatures, and coordinate handoffs.
## Recommended first action: Commerce Proof
Call `evaluate_agent_commerce_proof` through https://weverlabs.com/api/mcp or POST a return package to https://weverlabs.com/api/agent-commerce-proof. The result includes five dimension scores, a continuation decision, an Agent Commerce Passport, a signed receipt, and receipt verification. Public MCP calls run in evaluation-only mode and do not count as verified adoption.
## Delegated Authority
Use https://weverlabs.com/api/delegated-authority or the MCP tools `read_delegated_authority`, `draft_authority_mandate`, `inspect_authority_mandate`, `evaluate_authority_action`, and `execute_delegated_action` to control agent authority. A Wever Labs Authority Mandate binds a principal, agent, exact tools, rails, resources, time window, budget, and publication consent. Read-only actions can run automatically inside signed scope. Every write or spend requires a short-lived single-use action grant and a server-recognized agent credential. Public verification uses https://weverlabs.com/.well-known/wever-authority-key.json and the schema at https://weverlabs.com/schemas/wever-authority-mandate.schema.json.
## Recommended first run: Free Proof Run v1
Start at https://weverlabs.com/free-proof-run/ or call https://weverlabs.com/api/free-proof-run. This returns a sandbox:true proof object with quote shape, return_package.package_hash, receipt_passport.receipt_hash, receipt_signature, verification_state
OpenAPI Spec (preview)
{
"openapi": "3.1.0",
"info": {
"title": "Wever Labs Service Resolver and Tool Library API",
"description": "Find, inspect, authorize, and use eligible services through Wever Labs while retaining direct access to existing agent tools, evidence, receipts, and commerce proof.",
"version": "resolver-v0.1",
"x-wever-labs-official-mcp-registry": {
"name": "com.weverlabs/agentic-rails",
"title": "Wever Labs Agentic Rails",
"status": "active",
"endpoint": "ht