$git clone https://github.com/devopshobbies/devops-gptDevOpsGPT is a revolutionary tool designed to streamline your workflow and empower you to build systems and automate tasks with ease.
| 1 | [](https://youtu.be/IPXmjUcDZJU?si=4S5U_y8Jr1u5gOrh) |
| 2 | |
| 3 | # 🚀 DevOpsGPT: Automate Your DevOps Workflow |
| 4 | |
| 5 | DevOpsGPT is a revolutionary tool designed to streamline your workflow and empower you to build systems and automate tasks with ease. |
| 6 | |
| 7 | **Tired of spending hours on repetitive DevOps tasks?** |
| 8 | |
| 9 | DevOpsGPT is here to help! Whether you're setting up infrastructure, speeding up deployments, or tackling any other DevOps challenge, our app can make your life easier and more productive. |
| 10 | |
| 11 | **Here's what you can expect with DevOpsGPT:** |
| 12 | |
| 13 | * **Faster task completion:** Automate repetitive tasks and free up your time to focus on more strategic initiatives. |
| 14 | * **Simplified workflows:** Our intuitive interface makes it easy to get started and use DevOpsGPT to its full potential. |
| 15 | * **Increased efficiency:** Streamline your DevOps processes and achieve more with less effort. |
| 16 | |
| 17 | **Ready to experience the DevOpsGPT difference?** |
| 18 | |
| 19 | 1. Visit our website: https://hobs.ai |
| 20 | 2. Sign in or create an account. |
| 21 | 3. Start exploring the many features of DevOpsGPT and see how it can transform your workflow. |
| 22 | 4. We value your feedback! Share your thoughts and suggestions with us to help us continuously improve DevOpsGPT. |
| 23 | |
| 24 | **We're confident that DevOpsGPT will become an essential tool in your DevOps toolkit. Let's work together to make it even better!** |
| 25 | |
| 26 | |
| 27 | ## API Reference |
| 28 | |
| 29 | #### Download the generated projects |
| 30 | |
| 31 | ``` |
| 32 | GET /download-folder{folder_name}/{source} |
| 33 | ``` |
| 34 | |
| 35 | | Parameter | Type | Description | |
| 36 | | :-------- | :------- | :-------------------------------- | |
| 37 | | `folder_name` | `string` | **Required** | |
| 38 | | `source` | `string` | **Required** | |
| 39 | |
| 40 | |
| 41 | #### Post terraform basic questions |
| 42 | |
| 43 | ``` |
| 44 | POST /IaC-basic/ |
| 45 | ``` |
| 46 | |
| 47 | | Request Body | Type | Description | |
| 48 | | :-------- | :------- | :-------------------------------- | |
| 49 | | `max_tokens` | `int` | **Required** | |
| 50 | | `min_tokens` | `int` | **Required** | |
| 51 | | `service` | `string` | **Required** | |
| 52 | | `input` | `string` | **Required** | |
| 53 | |
| 54 | |
| 55 | #### Post terraform bugfix |
| 56 | |
| 57 | ``` |
| 58 | POST /IaC-bugfix/ |
| 59 | ``` |
| 60 | |
| 61 | | Request Body | Type | Description | |
| 62 | | :-------- | :------- | :-------------------------------- | |
| 63 | | `max_tokens` | `int` | **Required** | |
| 64 | | `min_tokens` | `int` | **Required** | |
| 65 | | `service` | `string` | **Required** | |
| 66 | | `bug_description` | `string` | **Required** | |
| 67 | | `version` | `string` | **Required** | |
| 68 | |
| 69 | |
| 70 | |
| 71 | #### Post terraform installation |
| 72 | |
| 73 | ``` |
| 74 | POST /IaC-install/ |
| 75 | ``` |
| 76 | |
| 77 | | Request Body | Type | Description | |
| 78 | | :-------- | :------- | :-------------------------------- | |
| 79 | | `os` | `string` | **Required** | |
| 80 | | `service` | `string` | **Required** | |
| 81 | |
| 82 | |
| 83 | #### Post terraform template generation of docker resources |
| 84 | |
| 85 | ``` |
| 86 | POST /IaC-template/docker |
| 87 | ``` |
| 88 | |
| 89 | | Request Body | Type | Description | |
| 90 | | :-------- | :------- | :-------------------------------- | |
| 91 | | `docker_image` | `boolean` | **Required** | |
| 92 | | `docker_container` | `boolean` | **Required** | |
| 93 | |
| 94 | |
| 95 | #### Post terraform template generation of Ec2 resources |
| 96 | |
| 97 | ``` |
| 98 | POST /IaC-template/aws/ec2 |
| 99 | ``` |
| 100 | |
| 101 | | Request Body | Type | Description | |
| 102 | | :-------- | :------- | :-------------------------------- | |
| 103 | | `key_pair` | `boolean` | **Required** | |
| 104 | | `security_group` | `boolean` | **Required** | |
| 105 | | `aws_instance` | `boolean` | **Required** | |
| 106 | | `ami_from_instance` | `boolean` | **Required** | |
| 107 | |
| 108 | #### Post terraform template generation of S3 resources |
| 109 | |
| 110 | ``` |
| 111 | POST /IaC-template/aws/s3 |
| 112 | ``` |
| 113 | |
| 114 | | Request Body | Type | Description | |
| 115 | | :-------- | :------- | :-------------------------------- | |
| 116 | | `s3_bucket` | `boolean` | **Required** | |
| 117 | | `s3_bucket_versioning` | `boolean` | **Required** | |
| 118 | |
| 119 | |
| 120 | #### Post terraform template generation of IAM resources |
| 121 | |
| 122 | ``` |
| 123 | POST /IaC-template/aws/iam |
| 124 | ``` |
| 125 | |
| 126 | | Request Body | Type | Description | |
| 127 | | :------- |