You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An efficient API documentation management tool that fully adheres to the OpenAPI specification and incorporates advanced LLM technology. This tool can automate the generation of API documentation, data models, and test cases, greatly enhancing development efficiency and documentation quality.
ApiCat is an API documentation management tool that is fully compatible with the OpenAPI specification. With ApiCat, you can freely and efficiently manage your APIs. It integrates the capabilities of LLM, which not only helps you automatically generate API documentation and data models but also creates corresponding test cases based on the API content. Using ApiCat, you can quickly accomplish anything outside of coding, allowing you to focus your energy on the code itself.
Using our Cloud Services
You can try out ApiCat now. It provides all the capabilities of the self-deployed version.
Local Installation
The easiest way to start the ApiCat is to run our docker-compose.yaml file. Before running the installation command, make sure that Docker and Docker Compose are installed on your machine:
docker compose up -d
After running, you can visit https://localhost:8000 on your browser to start using ApiCat.
If you need to customize the configuration, please refer to our docker-compose.yml file and manually set the environment configuration. After making the changes, please run docker-compose up -d again.
Community
If you have anything you would like to discuss with us, please join our community.
An efficient API documentation management tool that fully adheres to the OpenAPI specification and incorporates advanced LLM technology. This tool can automate the generation of API documentation, data models, and test cases, greatly enhancing development efficiency and documentation quality.