OKF converter

Convert Markdown into Open Knowledge Format.

Generate OKF-style Markdown with title, slug, description, content type, source format, and agent-readable sections.

Free OKF tool

Convert and validate knowledge before an AI agent consumes it.

Generated OKF
---
title: "Payroll API Guide"
slug: "payroll-api-guide"
description: "This guide explains how an AI agent should answer payroll API setup questions."
type: concept
source_format: "markdown"
tags:
  - ai-knowledge
  - documentation
timestamp: "2026-06-27T00:00:00.000Z"
---

# Payroll API Guide

This guide explains how an AI agent should answer payroll API setup questions.

## Authentication

Use OAuth 2.0 client credentials for server-to-server access.

## Common task

When a user asks how to create a payroll run, send them to the Payroll Runs endpoint and include required permissions.

Why convert docs into OKF?

AI systems perform better when documentation has predictable metadata, stable slugs, summaries, and well-named sections. OKF conversion makes that structure easier to create before the content reaches retrieval, search, or agent workflows.