# Agentik — global registry > Open standards, products, and docs across the agentik universe. agentproto AIPs, product documentation (Simone, Katchy, Guilde), and the satellite specs (agencies.sh, governance.sh). Append `?site=` to scope to a single tenant. ## agentproto — agent interoperability protocol - [Agent Protocol](https://localhost:8080/docs): Open numbered standards for the AI-agent ecosystem — like BIPs for Bitcoin or EIPs for Ethereum, but for agents. Goal — readability, operability, composability. - [AIP-1: Purpose & Process](https://localhost:8080/docs/aip-1): The mission of the AIP registry, the lifecycle every AIP follows, and how to propose, review, and finalize a new spec. - [AIP-10: KNOWLEDGE.md — agentknowledge/v1 (LLM-maintained wiki)](https://localhost:8080/docs/aip-10): A filesystem-first knowledge-base format where an LLM curates, links, and lints a markdown wiki on top of immutable raw sources, turning agent knowledge into a compounding artifact instead of a per-query retrieval miss. - [AIP-11: LESSON.md — agentlearning/v1 (distilled lessons from experience)](https://localhost:8080/docs/aip-11): A markdown format for storing the transferable lessons an agent extracts from successful and failed runs — title, trigger, evidence, outcome — and a contract for how runtimes distill them and inject them back into future turns. - [AIP-12: PLAYBOOK.md — agentplaybooks/v1 (evolving prompt overlays)](https://localhost:8080/docs/aip-12): A markdown format for prompt-overlay fragments that ride on top of an operator's persona, plus a contract for how runtimes evolve them via reflective deltas without violating locked persona traits. - [AIP-13: WORK.md — agentwork/v1 (projects, initiatives, tasks)](https://localhost:8080/docs/aip-13): A filesystem-first work-item format with a unified scope vocabulary that makes containment, applicability, and ownership three orthogonal axes — usable across the whole agentproto family. - [AIP-14: TOOL.md — tool manifest format](https://localhost:8080/docs/aip-14): A markdown + frontmatter format for declaring a single agent tool — its shape, side effects, approval class, and resource budget — together with the standard `defineTool` entry-point signature any implementation exposes. - [AIP-15: WORKFLOW.md — workflow manifest format](https://localhost:8080/docs/aip-15): A markdown + frontmatter format for declaring a multi-step agent workflow — its steps, branching, parallelism, approval gates, suspend/resume, and compensation — together with the standard `defineWorkflow` / `defineStep` entry-point signatures any implementation exposes. - [AIP-16: IO.md — shared input/output schema blocks](https://localhost:8080/docs/aip-16): A composable schema block defining `inputs`, `outputs`, `inputsFiles`, and `outputsFiles` — the data-shape primitives reused by every manifest format that needs to declare what flows in and out of a runnable unit. - [AIP-17: RUNTIME.md — shared execution-mode + isolation block](https://localhost:8080/docs/aip-17): A composable schema block defining the `runtime` field — execution mode, env-var allowlist, network egress, filesystem scoping, and resource caps — reused by every manifest format that runs untrusted code. - [AIP-18: COLLECTION.md — collections/v1 (typed collections + items)](https://localhost:8080/docs/aip-18): A composable primitive pack that lets any AIP define domain-extensible item types as on-disk schema files (`COLLECTION.md`) instantiated by markdown records (`ITEM.md`), so future workspace AIPs (work, knowledge, companies) compose on a shared type system instead of inventing their own. - [AIP-19: SECRETS.md — secret inventory + reveal contract](https://localhost:8080/docs/aip-19): A workspace-level manifest format for declaring secret slugs, their purpose, access grants, and audit metadata — without ever storing the values themselves. Hosts resolve slugs against a real vault at reveal time. - [AIP-2: AIP Template](https://localhost:8080/docs/aip-2): The template every new AIP starts from. Copy this file, change the frontmatter, and fill in the sections. - [AIP-20: WORK.md — agentwork/v2 (typed coordination workspace on AIP-18 collections)](https://localhost:8080/docs/aip-20): A workspace-only successor to AIP-13 that drops hardcoded project/initiative/task doctypes and delegates all per-item-kind schema work to AIP-18 collections — owning only the workspace root manifest, scope axes, status rollups, and cross-AIP composition. - [AIP-21: AGENCY.md — agentagencies/v2 (commercial agency workspace on AIP-18 collections)](https://localhost:8080/docs/aip-21): A workspace-only successor to AIP-8 that drops the eleven hardcoded agency doctypes (service, engagement, agreement, deliverable, invoice, counterparty, procedure, pricing-model, routine, capacity, agency) and delegates all per-doctype schema work to AIP-18 collections — owning only the workspace root manifest, the engagement lifecycle helpers that span collections, scope axes, and cross-AIP composition with strong governance and work bindings. - [AIP-22: OFFICE.md — agentoffice/v1 (operating workspace for org-level coordination)](https://localhost:8080/docs/aip-22): A live operating workspace for an organisation — declares which collections (roles, objectives, departments, teams, policies) are tracked, the org-tree containment, reporting hierarchy, and cross-AIP composition with governance, work, knowledge, and agency. Distinct from AIP-6's static company profile (companies.sh community standard). - [AIP-23: IDENTITY.md — agentidentity/v1 (layered identity workspace on AIP-18 collections)](https://localhost:8080/docs/aip-23): A workspace AIP that defines layered, composable agent identity — typed layers as AIP-18 collections, confidence-scored items, optional temporal entries, and compression-artifact tiers — owning only the workspace root manifest, layer registry, compression policy, junction rules, and cross-AIP composition. - [AIP-24: ASSEMBLY.md — agentassembly/v1 (multi-agent collective workspace — council, voting, peer, hierarchy)](https://localhost:8080/docs/aip-24): A workspace AIP for multi-agent collectives. Unifies four collaboration patterns — council (advisory overlay), voting (quorum decision body), peer (network of equals), and hierarchy (reporting tree) — under one doctype, with synthesis rules, locked traits, and audit policy as first-class workspace concerns. - [AIP-25: PERSONA.md — agentpersona/v1 (face / character / voice carrier)](https://localhost:8080/docs/aip-25): A single-doc markdown + frontmatter format for portable agent personas — the public face, voice register, backstory, and boundaries of a character — sibling to AIP-23 IDENTITY (heavy substance) and building block of AIP-24 ASSEMBLY. - [AIP-3: SKILL.md — skill manifest format](https://localhost:8080/docs/aip-3): A markdown + frontmatter format for distributing reusable agent skills as portable, version-controlled files. - [AIP-4: DESIGN.md — design token format & registry conventions](https://localhost:8080/docs/aip-4): A markdown + frontmatter format for portable design tokens, and the registry conventions used by designkit.sh to share community kits. - [AIP-5: CANVAKIT.md — template + data-source binding](https://localhost:8080/docs/aip-5): A markdown + frontmatter format for templates that declare named data sources, resolve them in parallel, and re-render when data changes. - [AIP-6: COMPANY.md — agentcompanies/v1 (company, role & objective primitives)](https://localhost:8080/docs/aip-6): A filesystem-first, vendor-neutral file format for representing AI companies — their org structure, roles, and objectives — as portable git-native packages. - [AIP-7: GOVERNANCE.md — agentgovernance/v1 (audit, approval & policy primitives)](https://localhost:8080/docs/aip-7): A filesystem-first format for recording approvals, append-only audit logs, and autonomy policies as workspace files — vendor-neutral, third-party-verifiable. - [AIP-8: AGENCY.md — agentagencies/v1 (autonomous agency engine)](https://localhost:8080/docs/aip-8): A filesystem-first operations format that extends agentcompanies (AIP-6) and agentgovernance (AIP-7) with the doctypes needed to run an autonomous agency — services, procedures, engagements, agreements, deliverables, invoices. - [AIP-9: OPERATOR.md — agentoperators/v1 (operator runtime protocol)](https://localhost:8080/docs/aip-9): A single canonical operator shell — pluggable profile, skills, tools, memory, governance — that any agent runtime can implement and any conforming workflow can dispatch to. - [Propose an AIP](https://localhost:8080/docs/propose-aip): How to submit a new Agent Improvement Proposal — submission workflow, editorial process, review timelines, number assignment, and what makes an AIP land. - [Related Standards & Initiatives](https://localhost:8080/docs/related-standards): The peer specifications, foundations, and ecosystems the Agent Protocol registry defers to, builds on, or runs adjacent to. AIPs are not built in isolation — they live in the gaps these initiatives leave. ## Agentik _No public docs._ ## Simone - [Welcome](https://localhost:8080/docs): Simone is your personal AI assistant on WhatsApp. Learn what she can do and how to get started. - [Commands](https://localhost:8080/docs/commands): All the slash commands you can use with Simone on WhatsApp — account, credits, mode, and more. - [Commandes](https://localhost:8080/docs/commands.fr): Toutes les commandes slash utilisables avec Simone sur WhatsApp — compte, crédits, mode, et plus encore. - [Chat](https://localhost:8080/docs/conversations/chat): How text conversations work with Simone — natural language, context, and conversation modes. - [Chat](https://localhost:8080/docs/conversations/chat.fr): Comment fonctionnent les conversations textuelles avec Simone — langage naturel, contexte et modes de conversation. - [Memory & Mind](https://localhost:8080/docs/conversations/memory): How Simone remembers you — preferences, emotions, interests, goals, and relationships. - [Mémoire et esprit](https://localhost:8080/docs/conversations/memory.fr): Comment Simone se souvient de vous — préférences, émotions, centres d'intérêt, objectifs et relations. - [Voice](https://localhost:8080/docs/conversations/voice): Send voice messages to Simone and receive spoken or text replies. - [Voix](https://localhost:8080/docs/conversations/voice.fr): Envoyez des messages vocaux à Simone et recevez des réponses parlées ou textuelles. - [Features](https://localhost:8080/docs/features): Overview of everything Simone can do — from image generation to smart memory, all through WhatsApp. - [Fonctionnalités](https://localhost:8080/docs/features.fr): Aperçu de tout ce que Simone peut faire — de la génération d'images à la mémoire intelligente, le tout via WhatsApp. - [Getting Started](https://localhost:8080/docs/guides/getting-started): Step-by-step guide to your first conversation with Simone on WhatsApp. - [Premiers pas](https://localhost:8080/docs/guides/getting-started.fr): Guide étape par étape pour votre première conversation avec Simone sur WhatsApp. - [Image Tips](https://localhost:8080/docs/guides/image-tips): Tips and tricks for getting better AI-generated images from Simone. - [Conseils pour les images](https://localhost:8080/docs/guides/image-tips.fr): Astuces pour obtenir de meilleures images générées par l'IA avec Simone. - [Organize Your Day](https://localhost:8080/docs/guides/organize-your-day): Use Simone as your daily planner — morning briefing, task management, and evening review. - [Organisez votre journée](https://localhost:8080/docs/guides/organize-your-day.fr): Utilisez Simone comme planificateur quotidien — briefing matinal, gestion des tâches et bilan du soir. - [Bienvenue](https://localhost:8080/docs/index.fr): Simone est votre assistante IA personnelle sur WhatsApp. Découvrez ce qu'elle peut faire et comment démarrer. - [Modes](https://localhost:8080/docs/modes): Simone's AI quality modes — Fast, Standard, Pro, and Deep. Choose speed or depth for each conversation. - [Modes](https://localhost:8080/docs/modes.fr): Les modes de qualité IA de Simone — Fast, Standard, Pro et Deep. Choisissez entre rapidité et profondeur pour chaque conversation. - [Credits](https://localhost:8080/docs/plans/credits): How Simone's credit system works — daily allowances, credit costs, and credit packs. - [Crédits](https://localhost:8080/docs/plans/credits.fr): Comment fonctionne le système de crédits de Simone — allocations quotidiennes, coûts et packs de crédits. - [Plans](https://localhost:8080/docs/plans/overview): Simone's subscription plans — Free, Nano, Mini, Lite, Plus, and Pro. Compare features and pricing. - [Forfaits](https://localhost:8080/docs/plans/overview.fr): Les forfaits d'abonnement de Simone — Free, Nano, Mini, Lite, Plus et Pro. Comparez les fonctionnalités et les tarifs. - [Deep Think](https://localhost:8080/docs/tools/deep-think): Extended AI reasoning for complex questions and problems with Simone. - [Deep Think](https://localhost:8080/docs/tools/deep-think.fr): Raisonnement IA approfondi pour les questions et problèmes complexes avec Simone. - [Documents](https://localhost:8080/docs/tools/documents): Create, read, and edit documents with Simone on WhatsApp. - [Documents](https://localhost:8080/docs/tools/documents.fr): Créez, lisez et modifiez des documents avec Simone sur WhatsApp. - [Image Editing](https://localhost:8080/docs/tools/image-editing): Edit, transform, and combine images with AI using Simone on WhatsApp. - [Retouche d'images](https://localhost:8080/docs/tools/image-editing.fr): Retouchez, transformez et combinez des images avec l'IA grâce à Simone sur WhatsApp. - [Image Generation](https://localhost:8080/docs/tools/image-generation): Create AI-generated images from text descriptions, directly in your WhatsApp conversation. - [Génération d'images](https://localhost:8080/docs/tools/image-generation.fr): Créez des images générées par IA à partir de descriptions textuelles, directement dans votre conversation WhatsApp. - [Location](https://localhost:8080/docs/tools/location): Find nearby places, get directions, and explore locations with Simone. - [Localisation](https://localhost:8080/docs/tools/location.fr): Trouvez des lieux à proximité, obtenez des itinéraires et explorez des endroits avec Simone. - [Web Search](https://localhost:8080/docs/tools/web-search): Search the internet and browse web pages through Simone on WhatsApp. - [Recherche web](https://localhost:8080/docs/tools/web-search.fr): Recherchez sur internet et consultez des pages web via Simone sur WhatsApp. - [Video Tutorials](https://localhost:8080/docs/tutorials): Master Simone on WhatsApp with short, focused video walkthroughs. - [Analyze PDF Files](https://localhost:8080/docs/tutorials/analyze-pdf): Send and analyze PDF documents with Simone for quick, accurate insights. - [Analyse un fichier PDF](https://localhost:8080/docs/tutorials/analyze-pdf.fr): Envoie et analyse tes documents PDF avec Simone pour obtenir des insights rapides. - [Talk to Simone for Best Results](https://localhost:8080/docs/tutorials/best-practices): Adopt simple habits to communicate effectively with Simone and unlock its full potential. - [Bien parler à Simone](https://localhost:8080/docs/tutorials/best-practices.fr): Adopte de bonnes habitudes pour communiquer efficacement et exploiter tout le potentiel de Simone. - [Change the Tone of a Message](https://localhost:8080/docs/tutorials/change-tone): Adjust the tone and style of any message to fit the situation perfectly. - [Change le ton d'un message](https://localhost:8080/docs/tutorials/change-tone.fr): Ajuste le ton et le style d'un message pour coller parfaitement à la situation. - [Common Mistakes to Avoid](https://localhost:8080/docs/tutorials/common-mistakes): Avoid the pitfalls that trip up most first-time users and get better responses from Simone. - [Les erreurs à éviter avec Simone](https://localhost:8080/docs/tutorials/common-mistakes.fr): Évite les pièges courants pour obtenir les meilleures réponses de Simone. - [Create Stunning Images with Simone](https://localhost:8080/docs/tutorials/create-images): Quick tutorial to generate creative images using Simone's AI features. - [Crée des images avec Simone](https://localhost:8080/docs/tutorials/create-images.fr): Un tuto rapide pour générer des images créatives avec les fonctionnalités IA de Simone. - [Edit Images Instantly with Simone](https://localhost:8080/docs/tutorials/edit-images): Learn to edit and retouch your images easily with Simone's help for professional results. - [Retouche tes images avec Simone](https://localhost:8080/docs/tutorials/edit-images.fr): Apprends à éditer et retoucher tes images facilement avec l'aide de Simone. - [Send Your First Message to Simone](https://localhost:8080/docs/tutorials/first-message): Learn how to start your first conversation with Simone AI on WhatsApp. - [Envoie ton premier message à Simone](https://localhost:8080/docs/tutorials/first-message.fr): Apprends à démarrer ta première conversation avec Simone sur WhatsApp. - [Tutoriels vidéo](https://localhost:8080/docs/tutorials/index.fr): Maîtrise Simone sur WhatsApp avec des mini-tutos vidéo. - [Prepare for a Job Interview](https://localhost:8080/docs/tutorials/job-interview): Use Simone to prepare for job interviews — practice answers and get honest feedback. - [Prépare un entretien d'embauche](https://localhost:8080/docs/tutorials/job-interview.fr): Utilise Simone pour t'entraîner à tes entretiens et recevoir un feedback honnête. - [Learn a Foreign Language](https://localhost:8080/docs/tutorials/language-learning): Use Simone as your personal language tutor to practice speaking, grammar, and vocabulary. - [Apprends une langue étrangère](https://localhost:8080/docs/tutorials/language-learning.fr): Utilise Simone comme prof de langue personnel pour pratiquer oral, grammaire et vocabulaire. - [Write a Professional Email](https://localhost:8080/docs/tutorials/professional-email): Draft polished, tailored professional emails with Simone's help. - [Rédige un email professionnel](https://localhost:8080/docs/tutorials/professional-email.fr): Rédige des emails professionnels personnalisés avec l'aide de Simone. - [Send & Receive Voice Messages](https://localhost:8080/docs/tutorials/voice-messages): Use voice messages with Simone AI for a more natural conversation experience. - [Envoie et reçois des messages vocaux](https://localhost:8080/docs/tutorials/voice-messages.fr): Utilise les messages vocaux avec Simone pour une conversation plus naturelle. - [Real-Time Web Search](https://localhost:8080/docs/tutorials/web-search): Perform up-to-date web searches and get precise answers through Simone. - [Recherche web en temps réel](https://localhost:8080/docs/tutorials/web-search.fr): Fais des recherches web actualisées et obtiens des réponses précises via Simone. ## Katchy - [Getting Started](https://localhost:8080/docs): Create AI-powered content with the Katchy API and MCP tools. - [Analytics API](https://localhost:8080/docs/api/analytics): API reference for retrieving content analytics — dashboard metrics, post-level performance, and strategy insights. - [Content](https://localhost:8080/docs/api/content): API reference for creating carousels, videos, social posts, and articles with Katchy. - [Library](https://localhost:8080/docs/api/library): API reference for managing content in the Katchy library — list, retrieve, update, delete, and duplicate items. - [Publish API](https://localhost:8080/docs/api/publish): API reference for managing publications — list, update, delete, and trigger immediate publishing across social platforms. - [Workspace API](https://localhost:8080/docs/api/workspace): API reference for workspaces, publication queue, and content inspirations. - [Authentication](https://localhost:8080/docs/authentication): How to authenticate with the Katchy API using JWT or API keys. - [Features](https://localhost:8080/docs/features): Overview of Katchy's AI-powered content creation, brand management, publishing, and analytics capabilities. - [Create Your First Carousel](https://localhost:8080/docs/guides/create-carousel): Step-by-step guide to creating an image carousel with the Katchy API and MCP tools. - [Platform Integrations](https://localhost:8080/docs/guides/integrations): Connect direct platform APIs for deep analytics, comment management, and audience insights. - [Connect Publishing](https://localhost:8080/docs/guides/publishing-setup): Set up a publishing provider to post content to your social media accounts. - [Premiers Pas](https://localhost:8080/docs/index.fr): Creez du contenu propulse par l'IA avec l'API Katchy et les outils MCP. - [MCP Setup](https://localhost:8080/docs/mcp/setup): Connect Katchy to Claude Code via MCP for AI-powered content creation. - [Claude Code Skill](https://localhost:8080/docs/mcp/skill): Create a Katchy skill for Claude Code so it knows when and how to use Katchy tools. - [MCP Tool Reference](https://localhost:8080/docs/mcp/tools): Complete reference for all Katchy MCP tools — input schemas, descriptions, and usage notes. ## Guilde - [Getting Started](https://localhost:8080/docs): Build AI companies with the Guilde API and MCP tools. - [Assets](https://localhost:8080/docs/api/assets): API reference for guild assets — documents, images, videos, and other media. - [Connectors & MCP](https://localhost:8080/docs/api/connectors): API reference for integration connectors and user MCP server endpoints. - [Conversations & Messaging](https://localhost:8080/docs/api/conversations): API reference for creating conversations, sending messages, and managing real-time threaded discussions between humans and operators. - [Guilds & Organizations](https://localhost:8080/docs/api/guilds): API reference for guild and organization endpoints — create, list, and manage virtual AI companies. - [Operators](https://localhost:8080/docs/api/operators): API reference for operator endpoints — create and manage AI team members with personas, traits, and capabilities. - [Tasks & Plans](https://localhost:8080/docs/api/tasks): API reference for tasks, work plans, and operator requests. - [Templates & API Keys](https://localhost:8080/docs/api/templates): API reference for guild templates, API key management, and billing. - [Work Items, Workspace & Notifications](https://localhost:8080/docs/api/work-items): API reference for managing work items (objectives, initiatives, epics, tasks), workspace documents, and user notifications. - [Authentication](https://localhost:8080/docs/authentication): How to authenticate with the Guilde API using JWT or API keys. - [Features](https://localhost:8080/docs/features): Overview of Guilde's AI company platform — virtual teams, operators, conversations, work items, and integrations. - [Create Your First Guild](https://localhost:8080/docs/guides/first-guild): Step-by-step tutorial to create a guild, add operators, start conversations, and manage work items. - [Custom MCP Servers](https://localhost:8080/docs/mcp/custom-servers): Connect your own MCP servers to give operators custom tools — external URLs, hosted catalog, or sandbox packages. - [MCP Setup](https://localhost:8080/docs/mcp/setup): Connect Guilde to Claude Code via MCP for AI-powered guild management and operator interactions. - [MCP Tool Reference](https://localhost:8080/docs/mcp/tools): Complete reference for all 35 Guilde MCP tools — context, read, write, capabilities, and browser DevTools. ## agencies.sh - [agentagencies/v1](https://localhost:8080/docs): File-format spec for autonomous AI agencies — services, agreements, deliverables, invoices, routines. Companion site to AIP-8. ## governance.sh - [agentgovernance/v1](https://localhost:8080/docs): Open file-format spec for approvals, audit logs, and autonomy policies. Vendor-neutral, third-party verifiable. Hash-chained. ## AIP Resources Per-AIP resource packs (SKILL, ADAPTER, schema, EXAMPLES, starter collections). Each link serves the raw artifact; append `?preview` for a rendered HTML view. ### AIP-1 (draft) - [skills/propose-aip/SKILL.md](https://localhost:8080/docs/resources/aip-1/draft/skills/propose-aip/SKILL.md) ### AIP-2 (draft) - [skills/use-aip-template/SKILL.md](https://localhost:8080/docs/resources/aip-2/draft/skills/use-aip-template/SKILL.md) ### AIP-3 (draft) - [ADAPTER.md](https://localhost:8080/docs/resources/aip-3/draft/ADAPTER.md) - [EXAMPLES.md](https://localhost:8080/docs/resources/aip-3/draft/EXAMPLES.md) - [SKILL.schema.json](https://localhost:8080/docs/resources/aip-3/draft/SKILL.schema.json) - [skills/author-skill/SKILL.md](https://localhost:8080/docs/resources/aip-3/draft/skills/author-skill/SKILL.md) ### AIP-4 (draft) - [ADAPTER.md](https://localhost:8080/docs/resources/aip-4/draft/ADAPTER.md) - [DESIGN.schema.json](https://localhost:8080/docs/resources/aip-4/draft/DESIGN.schema.json) - [EXAMPLES.md](https://localhost:8080/docs/resources/aip-4/draft/EXAMPLES.md) - [skills/author-design/SKILL.md](https://localhost:8080/docs/resources/aip-4/draft/skills/author-design/SKILL.md) ### AIP-5 (draft) - [ADAPTER.md](https://localhost:8080/docs/resources/aip-5/draft/ADAPTER.md) - [EXAMPLES.md](https://localhost:8080/docs/resources/aip-5/draft/EXAMPLES.md) - [skills/author-canvas/SKILL.md](https://localhost:8080/docs/resources/aip-5/draft/skills/author-canvas/SKILL.md) - [TEMPLATE.schema.json](https://localhost:8080/docs/resources/aip-5/draft/TEMPLATE.schema.json) ### AIP-6 (draft) - [ADAPTER.md](https://localhost:8080/docs/resources/aip-6/draft/ADAPTER.md) - [COMPANY.schema.json](https://localhost:8080/docs/resources/aip-6/draft/COMPANY.schema.json) - [EXAMPLES.md](https://localhost:8080/docs/resources/aip-6/draft/EXAMPLES.md) - [skills/author-company/SKILL.md](https://localhost:8080/docs/resources/aip-6/draft/skills/author-company/SKILL.md) ### AIP-7 (draft) - [ADAPTER.md](https://localhost:8080/docs/resources/aip-7/draft/ADAPTER.md) - [EXAMPLES.md](https://localhost:8080/docs/resources/aip-7/draft/EXAMPLES.md) - [GOVERNANCE.schema.json](https://localhost:8080/docs/resources/aip-7/draft/GOVERNANCE.schema.json) - [skills/author-governance-workspace/SKILL.md](https://localhost:8080/docs/resources/aip-7/draft/skills/author-governance-workspace/SKILL.md) - [skills/author-governance/SKILL.md](https://localhost:8080/docs/resources/aip-7/draft/skills/author-governance/SKILL.md) ### AIP-8 (draft) - [ADAPTER.md](https://localhost:8080/docs/resources/aip-8/draft/ADAPTER.md) - [AGENCY.schema.json](https://localhost:8080/docs/resources/aip-8/draft/AGENCY.schema.json) - [EXAMPLES.md](https://localhost:8080/docs/resources/aip-8/draft/EXAMPLES.md) - [skills/author-agency/SKILL.md](https://localhost:8080/docs/resources/aip-8/draft/skills/author-agency/SKILL.md) ### AIP-9 (draft) - [ADAPTER.md](https://localhost:8080/docs/resources/aip-9/draft/ADAPTER.md) - [EXAMPLES.md](https://localhost:8080/docs/resources/aip-9/draft/EXAMPLES.md) - [OPERATOR.schema.json](https://localhost:8080/docs/resources/aip-9/draft/OPERATOR.schema.json) - [skills/author-operator/SKILL.md](https://localhost:8080/docs/resources/aip-9/draft/skills/author-operator/SKILL.md) ### AIP-10 (draft) - [ADAPTER.md](https://localhost:8080/docs/resources/aip-10/draft/ADAPTER.md) - [EXAMPLES.md](https://localhost:8080/docs/resources/aip-10/draft/EXAMPLES.md) - [KNOWLEDGE.schema.json](https://localhost:8080/docs/resources/aip-10/draft/KNOWLEDGE.schema.json) - [skills/author-knowledge/SKILL.md](https://localhost:8080/docs/resources/aip-10/draft/skills/author-knowledge/SKILL.md) - [skills/curate-wiki/SKILL.md](https://localhost:8080/docs/resources/aip-10/draft/skills/curate-wiki/SKILL.md) ### AIP-11 (draft) - [ADAPTER.md](https://localhost:8080/docs/resources/aip-11/draft/ADAPTER.md) - [EXAMPLES.md](https://localhost:8080/docs/resources/aip-11/draft/EXAMPLES.md) - [LESSON.schema.json](https://localhost:8080/docs/resources/aip-11/draft/LESSON.schema.json) - [skills/author-lesson/SKILL.md](https://localhost:8080/docs/resources/aip-11/draft/skills/author-lesson/SKILL.md) ### AIP-12 (draft) - [ADAPTER.md](https://localhost:8080/docs/resources/aip-12/draft/ADAPTER.md) - [EXAMPLES.md](https://localhost:8080/docs/resources/aip-12/draft/EXAMPLES.md) - [PLAYBOOK.schema.json](https://localhost:8080/docs/resources/aip-12/draft/PLAYBOOK.schema.json) - [skills/author-playbook/SKILL.md](https://localhost:8080/docs/resources/aip-12/draft/skills/author-playbook/SKILL.md) ### AIP-13 (draft) - [ADAPTER.md](https://localhost:8080/docs/resources/aip-13/draft/ADAPTER.md) - [EXAMPLES.md](https://localhost:8080/docs/resources/aip-13/draft/EXAMPLES.md) - [skills/author-work-item/SKILL.md](https://localhost:8080/docs/resources/aip-13/draft/skills/author-work-item/SKILL.md) - [WORK_ITEM.schema.json](https://localhost:8080/docs/resources/aip-13/draft/WORK_ITEM.schema.json) ### AIP-14 (draft) - [ADAPTER.md](https://localhost:8080/docs/resources/aip-14/draft/ADAPTER.md) - [EXAMPLES.md](https://localhost:8080/docs/resources/aip-14/draft/EXAMPLES.md) - [skills/author-tool/SKILL.md](https://localhost:8080/docs/resources/aip-14/draft/skills/author-tool/SKILL.md) - [TOOL.schema.json](https://localhost:8080/docs/resources/aip-14/draft/TOOL.schema.json) ### AIP-15 (draft) - [ADAPTER.md](https://localhost:8080/docs/resources/aip-15/draft/ADAPTER.md) - [EXAMPLES.md](https://localhost:8080/docs/resources/aip-15/draft/EXAMPLES.md) - [skills/author-workflow/SKILL.md](https://localhost:8080/docs/resources/aip-15/draft/skills/author-workflow/SKILL.md) - [WORKFLOW.schema.json](https://localhost:8080/docs/resources/aip-15/draft/WORKFLOW.schema.json) ### AIP-16 (draft) - [ADAPTER.md](https://localhost:8080/docs/resources/aip-16/draft/ADAPTER.md) - [EXAMPLES.md](https://localhost:8080/docs/resources/aip-16/draft/EXAMPLES.md) - [IO.schema.json](https://localhost:8080/docs/resources/aip-16/draft/IO.schema.json) - [skills/use-io-blocks/SKILL.md](https://localhost:8080/docs/resources/aip-16/draft/skills/use-io-blocks/SKILL.md) ### AIP-17 (draft) - [ADAPTER.md](https://localhost:8080/docs/resources/aip-17/draft/ADAPTER.md) - [EXAMPLES.md](https://localhost:8080/docs/resources/aip-17/draft/EXAMPLES.md) - [RUNTIME.schema.json](https://localhost:8080/docs/resources/aip-17/draft/RUNTIME.schema.json) - [skills/use-runtime-block/SKILL.md](https://localhost:8080/docs/resources/aip-17/draft/skills/use-runtime-block/SKILL.md) ### AIP-18 (draft) - [ADAPTER.md](https://localhost:8080/docs/resources/aip-18/draft/ADAPTER.md) - [COLLECTION.schema.json](https://localhost:8080/docs/resources/aip-18/draft/COLLECTION.schema.json) - [EXAMPLES.md](https://localhost:8080/docs/resources/aip-18/draft/EXAMPLES.md) - [skills/author-collection/SKILL.md](https://localhost:8080/docs/resources/aip-18/draft/skills/author-collection/SKILL.md) ### AIP-19 (draft) - [ADAPTER.md](https://localhost:8080/docs/resources/aip-19/draft/ADAPTER.md) - [EXAMPLES.md](https://localhost:8080/docs/resources/aip-19/draft/EXAMPLES.md) - [SECRETS.schema.json](https://localhost:8080/docs/resources/aip-19/draft/SECRETS.schema.json) - [skills/author-secrets/SKILL.md](https://localhost:8080/docs/resources/aip-19/draft/skills/author-secrets/SKILL.md) ### AIP-20 (draft) - [ADAPTER.md](https://localhost:8080/docs/resources/aip-20/draft/ADAPTER.md) - [EXAMPLES.md](https://localhost:8080/docs/resources/aip-20/draft/EXAMPLES.md) - [skills/author-work-workspace/SKILL.md](https://localhost:8080/docs/resources/aip-20/draft/skills/author-work-workspace/SKILL.md) - [starters/agentwork-v1-compat/initiative/COLLECTION.md](https://localhost:8080/docs/resources/aip-20/draft/starters/agentwork-v1-compat/initiative/COLLECTION.md) - [starters/agentwork-v1-compat/project/COLLECTION.md](https://localhost:8080/docs/resources/aip-20/draft/starters/agentwork-v1-compat/project/COLLECTION.md) - [starters/agentwork-v1-compat/task/COLLECTION.md](https://localhost:8080/docs/resources/aip-20/draft/starters/agentwork-v1-compat/task/COLLECTION.md) - [WORK.schema.json](https://localhost:8080/docs/resources/aip-20/draft/WORK.schema.json) ### AIP-21 (draft) - [ADAPTER.md](https://localhost:8080/docs/resources/aip-21/draft/ADAPTER.md) - [AGENCY.schema.json](https://localhost:8080/docs/resources/aip-21/draft/AGENCY.schema.json) - [EXAMPLES.md](https://localhost:8080/docs/resources/aip-21/draft/EXAMPLES.md) - [skills/author-agency-workspace/SKILL.md](https://localhost:8080/docs/resources/aip-21/draft/skills/author-agency-workspace/SKILL.md) - [starters/agentagencies-v1-compat/agreement/COLLECTION.md](https://localhost:8080/docs/resources/aip-21/draft/starters/agentagencies-v1-compat/agreement/COLLECTION.md) - [starters/agentagencies-v1-compat/capacity/COLLECTION.md](https://localhost:8080/docs/resources/aip-21/draft/starters/agentagencies-v1-compat/capacity/COLLECTION.md) - [starters/agentagencies-v1-compat/counterparty/COLLECTION.md](https://localhost:8080/docs/resources/aip-21/draft/starters/agentagencies-v1-compat/counterparty/COLLECTION.md) - [starters/agentagencies-v1-compat/deliverable/COLLECTION.md](https://localhost:8080/docs/resources/aip-21/draft/starters/agentagencies-v1-compat/deliverable/COLLECTION.md) - [starters/agentagencies-v1-compat/engagement/COLLECTION.md](https://localhost:8080/docs/resources/aip-21/draft/starters/agentagencies-v1-compat/engagement/COLLECTION.md) - [starters/agentagencies-v1-compat/invoice/COLLECTION.md](https://localhost:8080/docs/resources/aip-21/draft/starters/agentagencies-v1-compat/invoice/COLLECTION.md) - [starters/agentagencies-v1-compat/pricing-model/COLLECTION.md](https://localhost:8080/docs/resources/aip-21/draft/starters/agentagencies-v1-compat/pricing-model/COLLECTION.md) - [starters/agentagencies-v1-compat/procedure/COLLECTION.md](https://localhost:8080/docs/resources/aip-21/draft/starters/agentagencies-v1-compat/procedure/COLLECTION.md) - [starters/agentagencies-v1-compat/routine/COLLECTION.md](https://localhost:8080/docs/resources/aip-21/draft/starters/agentagencies-v1-compat/routine/COLLECTION.md) - [starters/agentagencies-v1-compat/service/COLLECTION.md](https://localhost:8080/docs/resources/aip-21/draft/starters/agentagencies-v1-compat/service/COLLECTION.md) ### AIP-22 (draft) - [ADAPTER.md](https://localhost:8080/docs/resources/aip-22/draft/ADAPTER.md) - [EXAMPLES.md](https://localhost:8080/docs/resources/aip-22/draft/EXAMPLES.md) - [OFFICE.schema.json](https://localhost:8080/docs/resources/aip-22/draft/OFFICE.schema.json) - [skills/author-office-workspace/SKILL.md](https://localhost:8080/docs/resources/aip-22/draft/skills/author-office-workspace/SKILL.md) - [starters/office-starters/department/COLLECTION.md](https://localhost:8080/docs/resources/aip-22/draft/starters/office-starters/department/COLLECTION.md) - [starters/office-starters/objective/COLLECTION.md](https://localhost:8080/docs/resources/aip-22/draft/starters/office-starters/objective/COLLECTION.md) - [starters/office-starters/policy/COLLECTION.md](https://localhost:8080/docs/resources/aip-22/draft/starters/office-starters/policy/COLLECTION.md) - [starters/office-starters/role/COLLECTION.md](https://localhost:8080/docs/resources/aip-22/draft/starters/office-starters/role/COLLECTION.md) - [starters/office-starters/team/COLLECTION.md](https://localhost:8080/docs/resources/aip-22/draft/starters/office-starters/team/COLLECTION.md) ### AIP-23 (draft) - [ADAPTER.md](https://localhost:8080/docs/resources/aip-23/draft/ADAPTER.md) - [EXAMPLES.md](https://localhost:8080/docs/resources/aip-23/draft/EXAMPLES.md) - [IDENTITY.schema.json](https://localhost:8080/docs/resources/aip-23/draft/IDENTITY.schema.json) - [skills/author-identity-workspace/SKILL.md](https://localhost:8080/docs/resources/aip-23/draft/skills/author-identity-workspace/SKILL.md) - [starters/identitykit-compagnon/emotional-bond/COLLECTION.md](https://localhost:8080/docs/resources/aip-23/draft/starters/identitykit-compagnon/emotional-bond/COLLECTION.md) - [starters/identitykit-compagnon/mind/COLLECTION.md](https://localhost:8080/docs/resources/aip-23/draft/starters/identitykit-compagnon/mind/COLLECTION.md) - [starters/identitykit-compagnon/personality/COLLECTION.md](https://localhost:8080/docs/resources/aip-23/draft/starters/identitykit-compagnon/personality/COLLECTION.md) - [starters/identitykit-compagnon/role-context/COLLECTION.md](https://localhost:8080/docs/resources/aip-23/draft/starters/identitykit-compagnon/role-context/COLLECTION.md) - [starters/identitykit-compagnon/soul/COLLECTION.md](https://localhost:8080/docs/resources/aip-23/draft/starters/identitykit-compagnon/soul/COLLECTION.md) ### AIP-24 (draft) - [ADAPTER.md](https://localhost:8080/docs/resources/aip-24/draft/ADAPTER.md) - [ASSEMBLY.schema.json](https://localhost:8080/docs/resources/aip-24/draft/ASSEMBLY.schema.json) - [EXAMPLES.md](https://localhost:8080/docs/resources/aip-24/draft/EXAMPLES.md) - [skills/author-assembly-workspace/SKILL.md](https://localhost:8080/docs/resources/aip-24/draft/skills/author-assembly-workspace/SKILL.md) ### AIP-25 (draft) - [ADAPTER.md](https://localhost:8080/docs/resources/aip-25/draft/ADAPTER.md) - [EXAMPLES.md](https://localhost:8080/docs/resources/aip-25/draft/EXAMPLES.md) - [PERSONA.schema.json](https://localhost:8080/docs/resources/aip-25/draft/PERSONA.schema.json) - [skills/author-persona/SKILL.md](https://localhost:8080/docs/resources/aip-25/draft/skills/author-persona/SKILL.md)