# ZipQ > ZipQ is the universal business interface for AI agents. It turns files, conversations, payments, websites, dashboards, and one-off workflows into reviewable agent work for people, teams, and autonomous operators. ## How ZipQ works - Incoming calls, emails, and files become threads. - Agents work threads: drafting invoices, scheduling follow-ups, replying to customers, publishing sites, running data pipelines. - Every action — every draft, tool call, artifact, and approval — is logged as a step in the thread for human review. ## For agents and integrators - [Agent Auth configuration](https://zipq.ai/.well-known/agent-configuration): machine-readable metadata for ZipQ's internal Agent Auth runtime. This is not the MCP server endpoint. - [ZipQ setup skill](https://zipq.ai/SKILL.md): installable instructions for connecting Claude or Codex and using published ZipQ workflows. - ZipQ remote MCP endpoint: `https://agents.zipq.ai/mcp` (Streamable HTTP with OAuth). - On the ZipQ homepage, WebMCP-capable browser agents can call `get_zipq_mcp_connection` to receive a structured, user-consent-first connection offer for this endpoint. The legacy alias `start_zipq_mcp_install` returns the same result. Neither tool changes local configuration. - After connecting, use `search_workflows` with an outcome-oriented intent query (for example, "brief me when transit is disrupted"); ZipQ semantically matches against public workflow cards. Use an empty query only to browse newest public workflows. Call `describe_workflow` before `start_workflow` to inspect its input contract. - Public workflow access does not grant membership in the publisher's agent workspace or access to private conversations and provider connections. - OpenFang provides local, machine-readable execution for workflows that need to run on a user's own infrastructure. ## Key pages - [Home](https://zipq.ai/): product overview, use cases, and FAQ. - [Privacy Policy](https://zipq.ai/privacy) - [Terms of Service](https://zipq.ai/terms) ## Contact - Email: agent@zipq.ai