OKF Validator
Paste the Markdown file and check frontmatter.
Open pageFile example
Copy this minimal OKF file example first, then review what each Markdown and YAML frontmatter field means.
An OKF file is a Markdown document with YAML frontmatter at the top. The example below is intentionally small so you can copy it, replace the resource URL, and validate the structure before expanding the body.
---
type: Documentation Topic
title: API rate limit policy
description: Explains the public rate limit rules, retry behavior, and related API documentation.
resource: https://openknowledgeformat.online/sample/api-rate-limits/
tags: [okf, api, rate-limits]
timestamp: 2026-06-21T00:00:00Z
---
# API rate limit policy
This file describes the stable knowledge a reader or AI agent needs before answering questions about API rate limits.
## Key facts
- Requests are limited per workspace and endpoint group.
- Retry behavior should follow the canonical API documentation.
- Support teams should escalate repeated limit errors to the API owner.
## Related links
- [OKF Validator](/okf-validator/)
- [API OKF template](/templates/api-okf-template/) --- lines.type field that names the concept category.title, description, resource, tags, and timestamp.Documentation TopicAPI rate limit policyExplains public API rate limit rules.https://openknowledgeformat.online/docs/rate-limits/[okf, api, rate-limits]type because the title seems obvious.FAQ
No. It is an unofficial learning example based on public draft concepts and this site's guide profile.
The draft centers on type. This site recommends title, description, resource, tags, and timestamp because they make files easier to preview and validate.
Yes. Change type to Website Page, point resource to the canonical URL, and describe one page per file.
Use the single-file OKF Validator for one file, then use the folder validator for multi-file bundles.
Paste the Markdown file and check frontmatter.
Open pageCopy starter patterns for websites, API docs, SaaS, and data catalogs.
Open pageReview bundle examples before creating your own.
Open pageRead the definition and basic format explanation.
Open pageCopy the OKF file, edit the source fields, and check it before adding it to a bundle.
Open OKF Validator