llms.txt Content
# Documentation
## v2
- [Introduction](/api/master.md): Integration guide with autentique.com.br API using GraphQL. It is not available in REST, if it ever exists we will remove this sentence.
- [About GraphQL](/api/sobre-o-graphql.md): GraphQL is a query language for APIs and a runtime for executing those queries with existing data. Unlike REST, it lets you structure your request however you prefer.
- [API pricing](/api/api-pricing.md): This page provides detailed information about Autentique’s API pricing structure. It includes tables with the costs for different actions, along with usage and billing examples.
- [Using Altair](/api/integration-basics/altair.md): Altair is an application for running GraphQL queries/mutations. With it, you can build and check the results of requests on the web before integrating them into your code.
- [Sandbox/tests](/api/integration-basics/sandbox-testes.md): A great way to run tests on the platform without extra costs or using up your free documents.
- [Webhooks](/api/integration-basics/webhooks.md): Receive events from your organization on Autentique through your webhook endpoints.
- [Webhooks (deprecated)](/api/integration-basics/webhooks-1.md): How to set up Webhooks and receive document status notifications
- [Error messages](/api/integration-basics/mensagens-de-erro.md): Examples of error messages or validations returned by the API and what they are
- [Fetch current user](/api/queries/fetch-current-user.md): How to retrieve data of the user making API Calls
- [Retrieving documents](/api/queries/resgatando-documentos.md): Almost everything you need to know to list or search for specific documents of a user.
- [Listing organizations](/api/queries/listing-organizations.md): How to list the organizations in your account
- [Listing Folders](/api/queries/listing-folders.md): How to list folders in your account
- [Listing email templates](/api/queries/listing-email-templates.md): How to list the email templates in your account
-