# The Blind Machine > Governed, content-addressed computation on encrypted data, with local encryption and decryption, signed applications, and offline-verifiable results. Use this index to discover public documentation and read-only resources. Read the OpenAPI safety notes and authentication guide before attempting a mutation. Private keys, secret contexts, raw data, and encoded data are LOCAL ONLY and must never be uploaded or pasted into an agent prompt. ## Agent guides - [Full agent context](https://blindmachine.org/llms-full.txt): Detailed endpoint map, examples, trust boundaries, and verification workflow. - [Agent operating guide](https://blindmachine.org/AGENTS.md): Safe commands, repository boundary, and contribution checks for the open blind CLI. - [Authentication guide](https://blindmachine.org/auth.md): Registration, device authorization, API-key, and bearer-token behavior. - [Glossary](https://blindmachine.org/glossary.md): Product-specific privacy, governance, application, and verification terms. ## Discovery and contracts - [OpenAPI 3.1 contract](https://blindmachine.org/openapi.json): Current public API operations, schemas, and mutation safety notes. - [API catalog](https://blindmachine.org/.well-known/api-catalog): RFC 9727 linkset connecting the API contract, auth guide, and health endpoint. - [OAuth protected resource metadata](https://blindmachine.org/.well-known/oauth-protected-resource/api/v1): RFC 9728 metadata for the bearer-protected API. - [Agent Skills discovery](https://blindmachine.org/.well-known/agent-skills/index.json): Published Agent Skills with content-addressed archive digests. - [Markdown sitemap](https://blindmachine.org/sitemap.md): Canonical public pages with last-modified dates. - [XML sitemap](https://blindmachine.org/sitemap.xml): Machine-readable canonical public URL inventory. ## Public product surfaces - [Applications](https://blindmachine.org/applications.md): Signed, content-addressed computation bundles and their trusted versions. - [Application structure](https://blindmachine.org/application-structure.md): Payload layout, signed boundaries, support files, and tests. - [Verification](https://blindmachine.org/verify.md): Public computation-certificate lookup and offline verification instructions. - [Evidence package](https://blindmachine.org/verify/paper/bfv-v1.md): Synthetic BFV evidence, artifact digests, and reproduction commands. - [Agent Skills](https://blindmachine.org/skills.md): Executable research replication and review recipes. - [Papers](https://blindmachine.org/papers.md): White-paper presentation and archival citation metadata. - [Blog](https://blindmachine.org/blog.md): Public writing about blind computation, verification, and private analysis. ## Published applications - [Allele Frequency Count](https://blindmachine.org/applications/allele_frequency_count.md): Exact aggregate allele counts over a sealed cohort (additive BFV, flagship). - [Allele Frequency with Variance](https://blindmachine.org/applications/allele_frequency_with_variance.md): Allele counts plus server-derived variance (multiplicative BFV, depth 1). - [Carrier Count](https://blindmachine.org/applications/carrier_count.md): Per-variant carrier counts over a sealed cohort (additive BFV). - [Cohort Histogram](https://blindmachine.org/applications/cohort_histogram.md): Bucketed one-hot counts over any cohort (additive BFV, generic). - [Genotype-Phenotype Covariance](https://blindmachine.org/applications/genotype_phenotype_covariance.md): Encrypted x encrypted covariance (multiplicative BFV, depth 1). - [Polygenic Score Aggregate](https://blindmachine.org/applications/polygenic_score_aggregate.md): Public-weighted score aggregate (additive BFV, plaintext-scalar multiply). ## Published Agent Skills - [Replicate The Blind Machine experiments](https://blindmachine.org/skills/replicate.md): Independently verify the open Blind CLI and reproduce the public replication checks that are currently runnable from the CLI-only repository. - [Independently review The Blind Machine paper](https://blindmachine.org/skills/review.md): Independently review The Blind Machine paper the way a careful, skeptical referee would — verifying every claim against evidence rather than accepting it. ## Published papers - [The Blind Machine](https://blindmachine.org/papers/the-blind-machine.json): Compute shared results over encrypted data that remains with its owners, with governance and verifiable receipts. Archival DOI: https://doi.org/10.5281/zenodo.21421426. ## Optional - [Crawler and AI-use policy](https://blindmachine.org/robots.txt): Crawl exclusions, sitemap pointer, and Content Signals policy. - [Open-source blind CLI](https://github.com/blindmachine/blind): Local encryption, decryption, verification, and API client implementation.