TECHNICAL WRITERS — inference-time royalties

Your Documentation
Powers AI Answers.

Every time an AI assistant cites your guides or API docs, you deserve a royalty. Get paid for inference-time usage, not just training.

Protect My Documentation See Live Demo
GitHub Docs Stack Overflow ReadTheDocs GitBook Confluence Notion
$0.08
avg per 1K tokens
API Documentation
$0.06
avg per 1K tokens
How-To Guides
$0.04
avg per 1K tokens
Code Comments

How AI transforms your documentation
without compensating you.

See exactly what happens when an AI company uses your work — and what changes when they pay for it.

createUser.js — jsdoc
/**  * Creates a new user account with email validation  * @param {string} email - User's email address  * @param {string} password - Plain text password (will be hashed)  * @param {Object} options - Additional user options  * @returns {Promise<User>} The created user object  * @throws {ValidationError} When email format is invalid  */ async function createUser(email, password, options = {}) {   if (!isValidEmail(email)) {     throw new ValidationError('Invalid email format');   }   // ... rest of implementation }
Before Aposema

AI Company: "How do I create a user with email validation?"

ChatGPT: Uses your exact documentation pattern and code examples to generate its response

Your compensation: $0.00
With Aposema

AI Company: Pays $0.08 per 1K tokens before using your documentation

You: Get real-time notification and payment for each usage event

Your compensation: $0.24 for this example

Every type of technical content pays.

From API docs to troubleshooting guides — all your expertise has licensing value.

// 01 — API Docs

API Documentation

$0.80–$1.50 / 1K tokens

Function descriptions, parameters, examples. The foundation of how AI learns to write code. Premium rates for comprehensive docs.

Rates shown are suggested maximums for premium technical content. Actual rates depend on content quality, specificity, and market demand.

// 02 — Tutorials

How-To Tutorials

$0.60–$1.20 / 1K tokens

Step-by-step guides, installation instructions, configuration tutorials. Essential for AI understanding of practical implementation.

// 03 — Q&A

Stack Overflow Answers

$0.50–$1.00 / 1K tokens

Problem-solving explanations, code solutions, debugging help. High-value training data for AI problem-solving capabilities.

// 04 — Debugging

Troubleshooting Guides

$0.70–$1.30 / 1K tokens

Error resolution, diagnostic steps, fix procedures. Critical for AI understanding of common problems and solutions.

// 05 — Architecture

Architecture Documentation

$1.00–$2.00 / 1K tokens

System design, infrastructure guides, architectural decisions. High-level thinking that AI needs for complex development tasks.

// 06 — Standards

Best Practices Guides

$0.75–$1.40 / 1K tokens

Coding standards, security practices, performance optimization. The wisdom that makes AI-generated code actually good.

What experienced technical writers can expect.

These are illustrative projections, not actual user earnings. Actual results vary based on content quality, platform, and AI demand.

// Profile 01

Open-Source Maintainer

Knowledge Base: 80 API docs & tutorials for a popular JS library

Community-driven docs that every coding assistant relies on.

~$450 / month
// Profile 02

Startup DevRel Team

Knowledge Base: 200 how-to guides & snippets

Developer onboarding tutorials turn into recurring AI royalties.

~$380 / month
// Profile 03

Indie Course Author

Knowledge Base: 50 deep-dive architecture articles

Best-practice write-ups become premium training data for AI models.

~$520 / month
1B+

Lines of documented code training AI models

$0

What technical writers earned from AI training (until now)

$500+

Monthly potential for experienced technical writers

Protect your technical content
wherever you publish.

One meta tag. Every documentation platform. Instant licensing coverage.

GitBook / ReadTheDocs

Header injection:

<meta name="ai-license" content="allow; distribution:public; price:0.80; payto:YOUR_ACCOUNT">

Add to your documentation template for automatic protection of all pages.

GitHub Pages

Jekyll/Hugo integration:

# _config.yml head_tags: | <meta name="ai-license" content="allow; distribution:public; price:0.75; payto:YOUR_ACCOUNT">

Custom Documentation Sites

Static site generators:

// Add to base template <meta name="ai-license" content="allow; distribution:public; price:0.85; payto:YOUR_ACCOUNT">

API Reference Tools

Swagger/OpenAPI integration:

swagger: "3.0.0" info: title: "Protected API" x-ai-license: "allow; distribution:public; price:1.00;payto:YOUR_ACCOUNT"

Stack Overflow Integration

Profile-based protection:

Add your Aposema ID to your Stack Overflow profile bio. We're building direct platform integration for seamless answer protection.

Setup Guide

Confluence / Notion

Enterprise integration coming soon.

We're building direct integrations with enterprise documentation platforms. Join our beta program for early access.

Join Beta

AI Licenses Technical Docs On-the-Fly

Watch an assistant license a documentation excerpt before answering a question

Aviation-Checklist Reference Pipeline

Split: 90% to project maintainers, 10% to contributing tech-writers — lightning-fast payout.

// Start Earning

Turn Your Technical Expertise
Into Revenue.

Every function you document, every problem you solve, every guide you write — they all have value. Make AI companies pay for your knowledge.

Protect My Documentation → View Pricing

Latest from the blog

After Microsoft’s $357B Loss: Why Content Is the Next Bottleneck

Feb 3, 2026

Microsoft lost $357 billion in market value on January 29, 2026—the second-largest single-day loss in stock market history. Azure grew 39%, just below the 39.4% analysts expected.…