pipefort.com can work out what the service does and how to call it,
without scraping the marketing site.
Everything on this page is served from the marketing origin, needs no
authentication, and is CORS-readable (Access-Control-Allow-Origin: *).
Where to start
Fetchhttps://pipefort.com/ and read the Link response header
(RFC 8288). It points at everything
else:
The documents
Agent skills
Three skills teach an agent how to use the public API correctly — including the limits worth stating out loud rather than papering over.
Each is a plain Markdown file. Verify the
sha256 from index.json before
executing one.
Crawling and AI use policy
robots.txt names GPTBot, OAI-SearchBot, ChatGPT-User, ClaudeBot, Claude-Web,
Claude-User, Claude-SearchBot, Google-Extended, PerplexityBot,
Applebot-Extended, meta-externalagent, CCBot, Amazonbot, and cohere-ai
explicitly, and carries the same Content Signals for each group:
User-agent: *.
The authenticated console routes on app.pipefort.com (/dashboard,
/repositories, /settings, and the rest) are disallowed everywhere — they are
behind login and client-rendered, so there is nothing there to index.
Coverage
The OpenAPI spec describes the public API only. The authenticated multi-tenant API — organizations, scan history, trends, remediation campaigns — is documented in the API reference and requires a bearer token.Not yet published: DNS-AID records (they live in DNS, not this repo), a hosted
remote MCP server, and
Accept: text/markdown content negotiation. The MCP
server Pipefort ships today is the local stdio server in the CLI.