# Wordflows AI > Wordflows is a content brain and voice intelligence platform that gives AI agents full organizational context for content creation. It stores brand identity, writing voice DNA, style rules, content strategy, and knowledge base data — then serves it as structured markdown via a step-aware API. ## Key Capabilities - Voice DNA: Deep writing analysis that captures how a specific author writes — so AI-generated content sounds like they actually wrote it, not just matched their "tone" - Content Brain: Unified organizational context including brand guide, style guide, offers, CTAs, blog inventory, and learned preferences - Step-Aware Agent API: Six context endpoints that return exactly what an AI agent needs for each phase of content creation - Voice Compliance: Automated detection and correction of AI tells in generated content - Knowledge Base RAG: Embedded organizational content chunks retrievable by topic similarity ## Agent Context API Base URL: https://wordflowsai.com/api/agent Auth: X-API-Key header (scoped to user, one key accesses all organizations) Endpoints: - GET /orgs — List all organizations the user has access to (id, name, website) - GET /context/discovery?organization_id=X — Content strategy, pillars, audience, existing posts - GET /context/brief?organization_id=X — Full brand guide, style guide, offers, CTAs, linking targets - GET /context/outline?organization_id=X — Structural guidelines, heading rules, tone direction - GET /context/section?organization_id=X&topic=Y — Voice writing instructions, style rules, brand constraints, relevant knowledge - GET /context/review?organization_id=X — Voice compliance rules, writing baselines, AI-tell detection rules - GET /context/full?organization_id=X — Complete unified context dump ## Documentation - [Full API Documentation](https://wordflowsai.com/docs/agent-api) - [Complete LLM-optimized docs](https://wordflowsai.com/llms-full.txt)