Home

The Phenom App Docs

Learn More Runbooks

Internal knowledge base for the Phenom platform.

Operational documentation for the Phenom engineering team: runbooks, tutorials, reference pages, and explanation articles. All content is validated and stamped with C2PA-signed audit credentials.

14 Asset Runbooks

Operational runbooks for every live Phenom service, each carrying a C2PA-signed audit stamp (VERIFIED or PARTIAL). Validated by Phenom AI Agent against live service state.

Read more

WebMCP Enabled

This site is fully accessible to agentic engineering sessions via a Cloudflare Worker MCP server at https://int-docs-mcp.thephenom.app/mcp. Gated by CF Access service-token policy. Use mcp2cli to query docs, runbooks, and audit state without a browser.

Read more

Internal Contributions

All changes via Pull Request on the Phenom-earth/phenom-earth-docs repo. Cloudflare Pages deploys main on push.

Read more

WebMCP — Agent Access

This documentation site exposes its full corpus to agentic engineering sessions via the MCP (Model Context Protocol) standard.

Endpoint: https://int-docs-mcp.thephenom.app/mcp
Auth: Cloudflare Access service-token (CF-Access-Client-Id / CF-Access-Client-Secret headers)
Transport: Streamable HTTP JSON-RPC (MCP 2025-03-26)

Quick start

export CF_ID=$(pass show phenom/cf-access-int-docs-mcp-client-id)
export CF_SEC=$(pass show phenom/cf-access-int-docs-mcp-client-secret)

# List all runbooks with audit state
mcp2cli --mcp https://int-docs-mcp.thephenom.app/mcp \
  --header "CF-Access-Client-Id: $CF_ID" \
  --header "CF-Access-Client-Secret: $CF_SEC" \
  --toon list-runbooks

Available tools: search · list_runbooks · get_runbook · list_audit_stamps · list_docs · get_doc

All runbook responses include the audit stamp (state, date, validated-by) and the full C2PA credential block (signer identity, issuer CA, TSA timestamp, manifest size).

See Agent MCP access for the full tutorial.