# Agent Trust Contract Kit Directory Entry

Agent Trust Contract Kit helps agents inspect readiness, auth, quota, OpenAPI, MCP, failure modes, payload ceilings, first safe calls, and escalation rules before taking risky actions.

## Listing Copy

Pre-action trust contracts for agents before API, MCP, tool, workflow, money-adjacent, write, deploy, or data-sharing actions.

Agent Trust Contract Kit publishes machine-readable service, OpenAPI, MCP, runtime, and failure-mode contracts so autonomous agents can decide when to call, retry, abort, or escalate.

## Primary URLs

- Service manifest: https://k-work-trust-api.fly.dev/.well-known/service.json
- Agent manifest alias: https://k-work-trust-api.fly.dev/.well-known/agent.json
- Trust contract manifest: https://k-work-trust-api.fly.dev/.well-known/agent-trust-contract.json
- Directory JSON: https://k-work-trust-api.fly.dev/.well-known/agent-directory.json
- OpenAPI: https://k-work-trust-api.fly.dev/openapi.json
- MCP manifest: https://k-work-trust-api.fly.dev/.well-known/mcp.json
- Remote MCP endpoint: https://k-work-trust-api.fly.dev/mcp
- AI plugin compatibility manifest: https://k-work-trust-api.fly.dev/.well-known/ai-plugin.json
- LLM index: https://k-work-trust-api.fly.dev/llms.txt
- Sitemap: https://k-work-trust-api.fly.dev/sitemap.xml

## First Safe Checks

1. Read https://k-work-trust-api.fly.dev/.well-known/service.json
2. Read https://k-work-trust-api.fly.dev/v1/agent/readiness
3. Read https://k-work-trust-api.fly.dev/v1/agent/runtime/errors
4. Preview https://k-work-trust-api.fly.dev/v1/agent-trust/sample-report
5. Call MCP `tools/list` at https://k-work-trust-api.fly.dev/mcp without a key

## Safety Boundary

Share only request IDs, endpoint paths, HTTP status, decisions, missing fields, first blocked step, and non-secret notes. Do not share API keys, proof solutions, email codes, private records, screenshots with secrets, or sensitive production payloads.
