Sitemap
76 pages on pyhall.dev
- → Docs Home All documentation — getting started to full reference /docs/
- → Getting Started Install pyhall and make your first routing decision /docs/getting-started/
- → Concepts Workers, capabilities, policies, decisions, attestation, telemetry /docs/concept/
- → SDKs Official pyhall SDKs — Python, TypeScript, Go /docs/sdks/
- → Reference Hall API, Hall Monitor, Capability Catalog /docs/reference/
- → Dashboard Registry control plane — namespaces, workers, API keys, billing /docs/dashboard/
- → Skills & Tools 16 platform integrations — MCP, OpenAI, Gemini, LangChain, and more /docs/skills/
- → Integrations AutoGen, CrewAI, LangGraph, REST API /docs/integrations/
- → Examples Integration examples and roadmap /docs/examples/
- → Attestation How WCP uses full-package SHA-256 attestation to detect worker tampering at runtime. /docs/concept/attestation/
- → Capabilities Capability IDs, namespaces, taxonomy, and why you request by capability not by worker. /docs/concept/capabilities/
- → Decisions & Routing RouteInput, RouteDecision, routing flow, outcomes, and deny codes. /docs/concept/decisions/
- → Policies & Risk Risk tiers, blast radius, policy profiles, and how the policy gate works. /docs/concept/policies/
- → Telemetry & Privacy Exactly what stays in your system and what touches the pyhall.dev registry — no fine print. /docs/concept/telemetry/
- → Workers Worker classification, IDs, registry records, and lifecycle. /docs/concept/workers/
- → Account & Billing Manage your profile, subscription, payment methods, and account settings. /docs/dashboard/account/
- → API Keys Generate and revoke machine credentials for Hall API enrollment and runtime delivery. /docs/dashboard/api-keys/
- → Namespaces Claim and manage pyhall namespaces from the dashboard. /docs/dashboard/namespaces/
- → Dashboard Overview What you see when you log in to pyhall.dev — your registry control plane. /docs/dashboard/overview/
- → Workers View and manage registered workers and Hall enrollment sessions from the dashboard. /docs/dashboard/workers/
- → Examples & Integrations Community workers and platform integrations built on pyhall and the Worker Class Protocol. /docs/examples/integrations/
- → Using pyhall from Any Language pyhall exposes a plain HTTP REST API — use it from any language or runtime that can make HTTP requests. /docs/examples/rest-api/
- → Roadmap Planned language SDKs and ecosystem expansion for pyhall and the Worker Class Protocol. /docs/examples/roadmap/
- → Introduction Worker Class Protocol (WCP) is an execution-governance standard for AI workers — covering capability authorization, policy-gated dispatch, attested worker integrity, and cryptographic evidence. Not a workflow-context or task-tracking protocol. /docs/getting-started/introduction/
- → Quick Start Get PyHall running in 5 minutes. /docs/getting-started/quick-start/
- → What's New in v0.3.0 Release highlights for pyhall v0.3.0 — full SDK parity, registry auto-wiring, decision telemetry, Hall Monitor v0.3.0, and Coordination + Doctor screens. /docs/getting-started/whats-new/
- → AutoGen Integration Gate AutoGen function calls through pyhall governance. Check Hall Server before invoking any governed capability. /docs/integrations/autogen/
- → CrewAI Integration Gate CrewAI task assignment through pyhall governance. Check Hall Server before routing tasks to agents. /docs/integrations/crewai/
- → LangGraph Integration Route LangGraph nodes through pyhall governance. Gate capability dispatch with Hall Server before your node logic runs. /docs/integrations/langgraph/
- → Orchestrator Integrations pyhall works alongside your existing orchestrator via the Hall Server HTTP API. Route requests through governance from LangGraph, CrewAI, AutoGen, LlamaIndex, or any language. /docs/integrations/overview/
- → HTTP API (Any Language) Use the Hall Server HTTP API from any language. One POST request is all it takes to gate a capability through pyhall governance. /docs/integrations/rest-api/
- → Capability Catalog All 245 WCP capability entities across 5 entity types. /docs/reference/catalog/
- → Hall API Reference Complete HTTP API reference for the PyHall Hall API server. /docs/reference/hall-api/
- → Hall Monitor Tauri v2 desktop application for monitoring your Hall API in real time. /docs/reference/hall-monitor/
- → Go SDK pyhall-go — Go scaffold implementation of WCP. /docs/sdks/go/
- → Python SDK PyHall — the reference implementation of WCP in Python. /docs/sdks/python/
- → TypeScript SDK @pyhall/core — TypeScript implementation of WCP. /docs/sdks/typescript/
- → CAMEL-AI Integration Integrate pyhall WCP governance into CAMEL-AI agents and role-playing pipelines. /docs/skills/integrations/camelai/
- → Composio Integration Use Composio to manage pyhall as an authenticated, governed action for AI agents. /docs/skills/integrations/composio/
- → CrewAI Integration Integrate pyhall WCP governance into CrewAI multi-agent pipelines. /docs/skills/integrations/crewai/
- → Dify Integration Add WCP governance checkpoints to Dify workflows using the HTTP Request node or a Python Code node. /docs/skills/integrations/dify/
- → Flowise Integration Add WCP governance to Flowise agent flows using a Custom Tool node. /docs/skills/integrations/flowise/
- → LangChain Integration Integrate pyhall WCP governance into LangChain agents and pipelines. /docs/skills/integrations/langchain/
- → Langflow Integration Add WCP governance to Langflow pipelines using a custom Python component. /docs/skills/integrations/langflow/
- → LlamaIndex Integration Integrate pyhall WCP governance into LlamaIndex agents and query pipelines. /docs/skills/integrations/llamaindex/
- → Lovable Integration Add WCP governance to Lovable-generated React and TypeScript web apps. /docs/skills/integrations/lovable/
- → Make (Integromat) Integration Embed WCP governance gates into any Make (formerly Integromat) scenario using the HTTP module. /docs/skills/integrations/make/
- → n8n Integration Integrate WCP governance gates into any n8n workflow using the HTTP Request node or an inline Code node. /docs/skills/integrations/n8n/
- → Pipedream Integration Add WCP governance gates to any Pipedream workflow using Node.js code steps. /docs/skills/integrations/pipedream/
- → Praison AI Integration Integrate pyhall WCP governance into Praison AI agents and multi-agent pipelines. /docs/skills/integrations/praisonai/
- → Python SDK Integration Govern AI workers in any Python application using the pyhall-wcp SDK. /docs/skills/integrations/python-sdk/
- → TypeScript / JS SDK Integration Govern AI workers in any TypeScript or JavaScript application using the @pyhall/core SDK. /docs/skills/integrations/ts-sdk/
- → Zapier Integration Add WCP governance checkpoints to any Zapier workflow using the Webhooks by Zapier action. /docs/skills/integrations/zapier/
- → Skills & Tools Overview Write a governed skill once. Install it as a native slash command in Claude Code, a GPT Action, an MCP tool, a Gemini function — all governed by the same WCP chain. /docs/skills/overview/
- → Platform Matrix Compatibility matrix for pyhall Skills & Tools adapters across every supported AI agent platform, framework, and automation tool. /docs/skills/platform-matrix/
- → Security & Governance Every skill execution is deny-by-default. No adapter can run without registration, attestation, and policy clearance. /docs/skills/security-governance/