Open by design.
Openness is a claim anyone can make. These are the ones you can check. Every surface below is live; every command returns what it says. Leaving should be easy — so should reading.
This page answers the same way:
To start, copy and paste this into your AI agent.
curl -H 'Accept: text/markdown' https://connect0.ai/openThe home page, as markdown
https://connect0.ai/index.md · Content negotiation (Accept: text/markdown); Vary: Accept
To start, copy and paste this into your AI agent.
curl -H 'Accept: text/markdown' https://connect0.ai/Returns: The home page as text/markdown — the tagline as the H1, the three nouns, pricing with packs and the worked examples, the agent links — with an x-markdown-tokens header so an agent can budget context. Works on every public page; append /index.md for the direct URL.
The price list
To start, copy and paste this into your AI agent.
curl -H 'Accept: text/markdown' https://connect0.ai/pricingReturns: The published rate table (credits and USD per action), every credit pack, and every plan with whether it can be bought today — the same read model the HTML page renders.
Site catalogue
https://connect0.ai/llms.txt · llmstxt.org
To start, copy and paste this into your AI agent.
curl https://connect0.ai/llms.txtReturns: An llmstxt.org catalogue: when to use connect0, the developer resources, and every page with its markdown URL and a one-line description.
Full corpus
https://connect0.ai/llms-full.txt · llmstxt.org
To start, copy and paste this into your AI agent.
curl https://connect0.ai/llms-full.txtReturns: Every public page concatenated into one markdown file, for a single-fetch ingest.
The getting-started manual
https://connect0.ai/skill.md · Agent Skills (skill.md)
To start, copy and paste this into your AI agent.
curl -L https://connect0.ai/skill.mdReturns: A 307 to the canonical /.well-known/skill.md, then the manual: what connect0 is, how to authenticate, and the step-by-step setup an agent follows by itself.
The manual, canonical location
To start, copy and paste this into your AI agent.
curl https://connect0.ai/.well-known/skill.mdReturns: The same manual, served at the well-known path scanners probe.
The authentication handshake
https://connect0.ai/auth.md · OAuth 2.1 / RFC 9728
To start, copy and paste this into your AI agent.
curl https://connect0.ai/auth.mdReturns: OAuth 2.1 for MCP and REST — registration, the browser flow, token lifetimes, revocation.
ARD manifest
https://connect0.ai/.well-known/ai-catalog.json · ARD 1.0 (agenticresourcediscovery.org)
To start, copy and paste this into your AI agent.
curl https://connect0.ai/.well-known/ai-catalog.jsonReturns: The Agentic Resource Discovery manifest: the MCP server, the OpenAPI document, the manual and the catalogue as urn:air entries with representative queries.
Agent-skills index
To start, copy and paste this into your AI agent.
curl https://mcp.connect0.ai/.well-known/agent-skills/index.jsonReturns: The MCP tools grouped as agent skills, so a client can enable a capability at a time.
Web Bot Auth key directory
https://connect0.ai/.well-known/http-message-signatures-directory · HTTP Message Signatures (RFC 9421) directory
To start, copy and paste this into your AI agent.
curl https://connect0.ai/.well-known/http-message-signatures-directoryReturns: The public keys connect0 signs outbound agent requests with, so a site can verify a request came from us.
MCP server card
https://mcp.connect0.ai/.well-known/mcp/server-card.json · MCP server card
To start, copy and paste this into your AI agent.
curl https://mcp.connect0.ai/.well-known/mcp/server-card.jsonReturns: What the MCP server is, its endpoint and protocol revision, and every tool it publishes with a one-line summary — including the ledger block tools.
API catalog
To start, copy and paste this into your AI agent.
curl https://api.connect0.ai/.well-known/api-catalogReturns: A linkset naming the OpenAPI document and the API surface.
OpenAPI document
https://api.connect0.ai/openapi.json · OpenAPI 3.1
To start, copy and paste this into your AI agent.
curl -s https://api.connect0.ai/openapi.json | jq '.paths | keys | length'Returns: The full OpenAPI 3.1 document — every operation with an operationId, typed schemas, and the shared error model. The jq prints how many paths there are.
OAuth metadata
https://connect0.ai/.well-known/oauth-protected-resource · RFC 9728
To start, copy and paste this into your AI agent.
curl https://connect0.ai/.well-known/oauth-protected-resourceReturns: The protected-resource metadata that tells an MCP client which authorization server to use.
Sitemap
https://connect0.ai/sitemap.xml · sitemaps.org
To start, copy and paste this into your AI agent.
curl https://connect0.ai/sitemap.xmlReturns: Every public URL, including the noun pages, docs, guides and posts.
Bot policy
https://connect0.ai/robots.txt · robots.txt + Agentmap
To start, copy and paste this into your AI agent.
curl https://connect0.ai/robots.txtReturns: Which agents may crawl what, plus the Agentmap pointer to the ARD manifest.
Assertable openness is a sentence on a website. Verifiable openness is a command that returns what the sentence says. We publish the second kind and let you run it.
Nothing here needs an account. If one of these stops answering, that is a bug — tell us at hi@connect0.ai.
Read: leaving should be easy →