Documentation Index
Fetch the complete documentation index at: https://agentidentityprotocol.io/llms.txt
Use this file to discover all available pages before exploring further.
Contribute to the documentation
Thank you for your interest in contributing to our documentation! This guide will help you get started.How to contribute
Option 1: Edit directly on GitHub
- Navigate to the page you want to edit
- Click the “Edit this file” button (the pencil icon)
- Make your changes and submit a pull request
Option 2: Local development
- Fork and clone this repository
- Install the Mintlify CLI:
npm i -g mint - Create a branch for your changes
- Make changes
- Navigate to the docs directory and run
mint dev - Preview your changes at
http://localhost:3000 - Commit your changes and submit a pull request
Writing guidelines
- Use active voice: “Run the command” not “The command should be run”
- Address the reader directly: Use “you” instead of “the user”
- Keep sentences concise: Aim for one idea per sentence
- Lead with the goal: Start instructions with what the user wants to accomplish
- Use consistent terminology: Don’t alternate between synonyms for the same concept
- Include examples: Show, don’t just tell