Google published the Open Knowledge Format (OKF) on June 12, 2026, as version 0.1. It is a deliberately small, open format for writing down what an organization knows: its metrics, tables, datasets, APIs, and runbooks, in plain Markdown that any AI agent can read directly. Google calls v0.1 "a starting point, not a finished standard," and is clear that OKF is for AI agents, not a search ranking trick. This guide explains exactly what OKF is, the spec, what it is not, and how to decide whether to adopt it.
What OKF is, in one paragraph
OKF is a way to package an organization's knowledge as a bundle of Markdown files so that AI agents do not have to re-read and re-interpret the same internal documents over and over. Instead of pointing five different agents at the same wiki, the same spreadsheets, and the same API docs, you publish one shared "knowledge bundle" that every agent reads from. Each file in the bundle describes a single concept: one metric, one table, one API, one runbook. The format is intentionally minimal so it is easy to write by hand and easy for a model to parse.
