# Mint Starter Kit ## Docs - [Claude Code setup](https://docs.chainsnaps.app/ai-tools/claude-code.md): Configure Claude Code for your documentation workflow - [Cursor setup](https://docs.chainsnaps.app/ai-tools/cursor.md): Configure Cursor for your documentation workflow - [Windsurf setup](https://docs.chainsnaps.app/ai-tools/windsurf.md): Configure Windsurf for your documentation workflow - [Create Plant](https://docs.chainsnaps.app/api-reference/endpoint/create.md): Creates a new plant in the store - [Delete Plant](https://docs.chainsnaps.app/api-reference/endpoint/delete.md): Deletes a single plant based on the ID supplied - [Get Plants](https://docs.chainsnaps.app/api-reference/endpoint/get.md): Returns all plants from the system that the user has access to - [New Plant](https://docs.chainsnaps.app/api-reference/endpoint/webhook.md): Information about a new plant added to the store - [Introduction](https://docs.chainsnaps.app/api-reference/introduction.md): Example section for showcasing API endpoints - [Add a new pet to the store.](https://docs.chainsnaps.app/api-reference/pet/add-a-new-pet-to-the-store.md): Add a new pet to the store. - [Deletes a pet.](https://docs.chainsnaps.app/api-reference/pet/deletes-a-pet.md): Delete a pet. - [Find pet by ID.](https://docs.chainsnaps.app/api-reference/pet/find-pet-by-id.md): Returns a single pet. - [Finds Pets by status.](https://docs.chainsnaps.app/api-reference/pet/finds-pets-by-status.md): Multiple status values can be provided with comma separated strings. - [Finds Pets by tags.](https://docs.chainsnaps.app/api-reference/pet/finds-pets-by-tags.md): Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing. - [Update an existing pet.](https://docs.chainsnaps.app/api-reference/pet/update-an-existing-pet.md): Update an existing pet by Id. - [Updates a pet in the store with form data.](https://docs.chainsnaps.app/api-reference/pet/updates-a-pet-in-the-store-with-form-data.md): Updates a pet resource based on the form data. - [Uploads an image.](https://docs.chainsnaps.app/api-reference/pet/uploads-an-image.md): Upload image of the pet. - [Delete purchase order by identifier.](https://docs.chainsnaps.app/api-reference/store/delete-purchase-order-by-identifier.md): For valid response try integer IDs with value < 1000. Anything above 1000 or non-integers will generate API errors. - [Find purchase order by ID.](https://docs.chainsnaps.app/api-reference/store/find-purchase-order-by-id.md): For valid response try integer IDs with value <= 5 or > 10. Other values will generate exceptions. - [Place an order for a pet.](https://docs.chainsnaps.app/api-reference/store/place-an-order-for-a-pet.md): Place a new order in the store. - [Returns pet inventories by status.](https://docs.chainsnaps.app/api-reference/store/returns-pet-inventories-by-status.md): Returns a map of status codes to quantities. - [Create user.](https://docs.chainsnaps.app/api-reference/user/create-user.md): This can only be done by the logged in user. - [Creates list of users with given input array.](https://docs.chainsnaps.app/api-reference/user/creates-list-of-users-with-given-input-array.md): Creates list of users with given input array. - [Delete user resource.](https://docs.chainsnaps.app/api-reference/user/delete-user-resource.md): This can only be done by the logged in user. - [Get user by user name.](https://docs.chainsnaps.app/api-reference/user/get-user-by-user-name.md): Get user detail based on username. - [Logs out current logged in user session.](https://docs.chainsnaps.app/api-reference/user/logs-out-current-logged-in-user-session.md): Log user out of the system. - [Logs user into the system.](https://docs.chainsnaps.app/api-reference/user/logs-user-into-the-system.md): Log into the system. - [Update user resource.](https://docs.chainsnaps.app/api-reference/user/update-user-resource.md): This can only be done by the logged in user. - [Development](https://docs.chainsnaps.app/development.md): Preview changes locally to update your docs - [Code blocks](https://docs.chainsnaps.app/essentials/code.md): Display inline code and code blocks - [Images and embeds](https://docs.chainsnaps.app/essentials/images.md): Add image, video, and other HTML elements - [Markdown syntax](https://docs.chainsnaps.app/essentials/markdown.md): Text, title, and styling in standard markdown - [Navigation](https://docs.chainsnaps.app/essentials/navigation.md): The navigation field in docs.json defines the pages that go in the navigation menu - [Reusable snippets](https://docs.chainsnaps.app/essentials/reusable-snippets.md): Reusable, custom snippets to keep content in sync - [Global Settings](https://docs.chainsnaps.app/essentials/settings.md): Mintlify gives you complete control over the look and feel of your documentation using the docs.json file - [Introduction](https://docs.chainsnaps.app/index.md): Welcome to the new home for your documentation - [Quickstart](https://docs.chainsnaps.app/quickstart.md): Start building awesome documentation in minutes ## OpenAPI Specs - [openapi](https://docs.chainsnaps.app/api-reference/openapi.json) ## Optional - [Documentation](https://mintlify.com/docs) - [Community](https://mintlify.com/community) - [Blog](https://mintlify.com/blog)