universal-mcp-applications 0.1.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (268) hide show
  1. universal_mcp/applications/ahrefs/README.md +51 -0
  2. universal_mcp/applications/ahrefs/__init__.py +1 -0
  3. universal_mcp/applications/ahrefs/app.py +2291 -0
  4. universal_mcp/applications/airtable/README.md +22 -0
  5. universal_mcp/applications/airtable/__init__.py +1 -0
  6. universal_mcp/applications/airtable/app.py +479 -0
  7. universal_mcp/applications/apollo/README.md +44 -0
  8. universal_mcp/applications/apollo/__init__.py +1 -0
  9. universal_mcp/applications/apollo/app.py +1847 -0
  10. universal_mcp/applications/asana/README.md +199 -0
  11. universal_mcp/applications/asana/__init__.py +1 -0
  12. universal_mcp/applications/asana/app.py +9509 -0
  13. universal_mcp/applications/aws-s3/README.md +0 -0
  14. universal_mcp/applications/aws-s3/__init__.py +1 -0
  15. universal_mcp/applications/aws-s3/app.py +552 -0
  16. universal_mcp/applications/bill/README.md +0 -0
  17. universal_mcp/applications/bill/__init__.py +1 -0
  18. universal_mcp/applications/bill/app.py +8705 -0
  19. universal_mcp/applications/box/README.md +307 -0
  20. universal_mcp/applications/box/__init__.py +1 -0
  21. universal_mcp/applications/box/app.py +15987 -0
  22. universal_mcp/applications/braze/README.md +106 -0
  23. universal_mcp/applications/braze/__init__.py +1 -0
  24. universal_mcp/applications/braze/app.py +4754 -0
  25. universal_mcp/applications/cal-com-v2/README.md +150 -0
  26. universal_mcp/applications/cal-com-v2/__init__.py +1 -0
  27. universal_mcp/applications/cal-com-v2/app.py +5541 -0
  28. universal_mcp/applications/calendly/README.md +53 -0
  29. universal_mcp/applications/calendly/__init__.py +1 -0
  30. universal_mcp/applications/calendly/app.py +1436 -0
  31. universal_mcp/applications/canva/README.md +43 -0
  32. universal_mcp/applications/canva/__init__.py +1 -0
  33. universal_mcp/applications/canva/app.py +941 -0
  34. universal_mcp/applications/clickup/README.md +135 -0
  35. universal_mcp/applications/clickup/__init__.py +1 -0
  36. universal_mcp/applications/clickup/app.py +5009 -0
  37. universal_mcp/applications/coda/README.md +108 -0
  38. universal_mcp/applications/coda/__init__.py +1 -0
  39. universal_mcp/applications/coda/app.py +3671 -0
  40. universal_mcp/applications/confluence/README.md +198 -0
  41. universal_mcp/applications/confluence/__init__.py +1 -0
  42. universal_mcp/applications/confluence/app.py +6273 -0
  43. universal_mcp/applications/contentful/README.md +17 -0
  44. universal_mcp/applications/contentful/__init__.py +1 -0
  45. universal_mcp/applications/contentful/app.py +364 -0
  46. universal_mcp/applications/crustdata/README.md +25 -0
  47. universal_mcp/applications/crustdata/__init__.py +1 -0
  48. universal_mcp/applications/crustdata/app.py +586 -0
  49. universal_mcp/applications/dialpad/README.md +202 -0
  50. universal_mcp/applications/dialpad/__init__.py +1 -0
  51. universal_mcp/applications/dialpad/app.py +5949 -0
  52. universal_mcp/applications/digitalocean/README.md +463 -0
  53. universal_mcp/applications/digitalocean/__init__.py +1 -0
  54. universal_mcp/applications/digitalocean/app.py +20835 -0
  55. universal_mcp/applications/domain-checker/README.md +13 -0
  56. universal_mcp/applications/domain-checker/__init__.py +1 -0
  57. universal_mcp/applications/domain-checker/app.py +265 -0
  58. universal_mcp/applications/e2b/README.md +12 -0
  59. universal_mcp/applications/e2b/__init__.py +1 -0
  60. universal_mcp/applications/e2b/app.py +187 -0
  61. universal_mcp/applications/elevenlabs/README.md +88 -0
  62. universal_mcp/applications/elevenlabs/__init__.py +1 -0
  63. universal_mcp/applications/elevenlabs/app.py +3235 -0
  64. universal_mcp/applications/exa/README.md +15 -0
  65. universal_mcp/applications/exa/__init__.py +1 -0
  66. universal_mcp/applications/exa/app.py +221 -0
  67. universal_mcp/applications/falai/README.md +17 -0
  68. universal_mcp/applications/falai/__init__.py +1 -0
  69. universal_mcp/applications/falai/app.py +331 -0
  70. universal_mcp/applications/figma/README.md +49 -0
  71. universal_mcp/applications/figma/__init__.py +1 -0
  72. universal_mcp/applications/figma/app.py +1090 -0
  73. universal_mcp/applications/firecrawl/README.md +20 -0
  74. universal_mcp/applications/firecrawl/__init__.py +1 -0
  75. universal_mcp/applications/firecrawl/app.py +514 -0
  76. universal_mcp/applications/fireflies/README.md +25 -0
  77. universal_mcp/applications/fireflies/__init__.py +1 -0
  78. universal_mcp/applications/fireflies/app.py +506 -0
  79. universal_mcp/applications/fpl/README.md +23 -0
  80. universal_mcp/applications/fpl/__init__.py +1 -0
  81. universal_mcp/applications/fpl/app.py +1327 -0
  82. universal_mcp/applications/fpl/utils/api.py +142 -0
  83. universal_mcp/applications/fpl/utils/fixtures.py +629 -0
  84. universal_mcp/applications/fpl/utils/helper.py +982 -0
  85. universal_mcp/applications/fpl/utils/league_utils.py +546 -0
  86. universal_mcp/applications/fpl/utils/position_utils.py +68 -0
  87. universal_mcp/applications/ghost-content/README.md +25 -0
  88. universal_mcp/applications/ghost-content/__init__.py +1 -0
  89. universal_mcp/applications/ghost-content/app.py +654 -0
  90. universal_mcp/applications/github/README.md +1049 -0
  91. universal_mcp/applications/github/__init__.py +1 -0
  92. universal_mcp/applications/github/app.py +50600 -0
  93. universal_mcp/applications/gong/README.md +63 -0
  94. universal_mcp/applications/gong/__init__.py +1 -0
  95. universal_mcp/applications/gong/app.py +2297 -0
  96. universal_mcp/applications/google-ads/README.md +0 -0
  97. universal_mcp/applications/google-ads/__init__.py +1 -0
  98. universal_mcp/applications/google-ads/app.py +23 -0
  99. universal_mcp/applications/google-calendar/README.md +21 -0
  100. universal_mcp/applications/google-calendar/__init__.py +1 -0
  101. universal_mcp/applications/google-calendar/app.py +574 -0
  102. universal_mcp/applications/google-docs/README.md +25 -0
  103. universal_mcp/applications/google-docs/__init__.py +1 -0
  104. universal_mcp/applications/google-docs/app.py +760 -0
  105. universal_mcp/applications/google-drive/README.md +68 -0
  106. universal_mcp/applications/google-drive/__init__.py +1 -0
  107. universal_mcp/applications/google-drive/app.py +4936 -0
  108. universal_mcp/applications/google-gemini/README.md +25 -0
  109. universal_mcp/applications/google-gemini/__init__.py +1 -0
  110. universal_mcp/applications/google-gemini/app.py +663 -0
  111. universal_mcp/applications/google-mail/README.md +31 -0
  112. universal_mcp/applications/google-mail/__init__.py +1 -0
  113. universal_mcp/applications/google-mail/app.py +1354 -0
  114. universal_mcp/applications/google-searchconsole/README.md +21 -0
  115. universal_mcp/applications/google-searchconsole/__init__.py +1 -0
  116. universal_mcp/applications/google-searchconsole/app.py +320 -0
  117. universal_mcp/applications/google-sheet/README.md +36 -0
  118. universal_mcp/applications/google-sheet/__init__.py +1 -0
  119. universal_mcp/applications/google-sheet/app.py +1941 -0
  120. universal_mcp/applications/hashnode/README.md +20 -0
  121. universal_mcp/applications/hashnode/__init__.py +1 -0
  122. universal_mcp/applications/hashnode/app.py +455 -0
  123. universal_mcp/applications/heygen/README.md +44 -0
  124. universal_mcp/applications/heygen/__init__.py +1 -0
  125. universal_mcp/applications/heygen/app.py +961 -0
  126. universal_mcp/applications/http-tools/README.md +16 -0
  127. universal_mcp/applications/http-tools/__init__.py +1 -0
  128. universal_mcp/applications/http-tools/app.py +153 -0
  129. universal_mcp/applications/hubspot/README.md +239 -0
  130. universal_mcp/applications/hubspot/__init__.py +1 -0
  131. universal_mcp/applications/hubspot/app.py +416 -0
  132. universal_mcp/applications/jira/README.md +600 -0
  133. universal_mcp/applications/jira/__init__.py +1 -0
  134. universal_mcp/applications/jira/app.py +28804 -0
  135. universal_mcp/applications/klaviyo/README.md +313 -0
  136. universal_mcp/applications/klaviyo/__init__.py +1 -0
  137. universal_mcp/applications/klaviyo/app.py +11236 -0
  138. universal_mcp/applications/linkedin/README.md +15 -0
  139. universal_mcp/applications/linkedin/__init__.py +1 -0
  140. universal_mcp/applications/linkedin/app.py +243 -0
  141. universal_mcp/applications/mailchimp/README.md +281 -0
  142. universal_mcp/applications/mailchimp/__init__.py +1 -0
  143. universal_mcp/applications/mailchimp/app.py +10937 -0
  144. universal_mcp/applications/markitdown/README.md +12 -0
  145. universal_mcp/applications/markitdown/__init__.py +1 -0
  146. universal_mcp/applications/markitdown/app.py +63 -0
  147. universal_mcp/applications/miro/README.md +151 -0
  148. universal_mcp/applications/miro/__init__.py +1 -0
  149. universal_mcp/applications/miro/app.py +5429 -0
  150. universal_mcp/applications/ms-teams/README.md +42 -0
  151. universal_mcp/applications/ms-teams/__init__.py +1 -0
  152. universal_mcp/applications/ms-teams/app.py +1823 -0
  153. universal_mcp/applications/neon/README.md +74 -0
  154. universal_mcp/applications/neon/__init__.py +1 -0
  155. universal_mcp/applications/neon/app.py +2018 -0
  156. universal_mcp/applications/notion/README.md +30 -0
  157. universal_mcp/applications/notion/__init__.py +1 -0
  158. universal_mcp/applications/notion/app.py +527 -0
  159. universal_mcp/applications/openai/README.md +22 -0
  160. universal_mcp/applications/openai/__init__.py +1 -0
  161. universal_mcp/applications/openai/app.py +759 -0
  162. universal_mcp/applications/outlook/README.md +20 -0
  163. universal_mcp/applications/outlook/__init__.py +1 -0
  164. universal_mcp/applications/outlook/app.py +444 -0
  165. universal_mcp/applications/perplexity/README.md +12 -0
  166. universal_mcp/applications/perplexity/__init__.py +1 -0
  167. universal_mcp/applications/perplexity/app.py +65 -0
  168. universal_mcp/applications/pipedrive/README.md +284 -0
  169. universal_mcp/applications/pipedrive/__init__.py +1 -0
  170. universal_mcp/applications/pipedrive/app.py +12924 -0
  171. universal_mcp/applications/posthog/README.md +132 -0
  172. universal_mcp/applications/posthog/__init__.py +1 -0
  173. universal_mcp/applications/posthog/app.py +7125 -0
  174. universal_mcp/applications/reddit/README.md +135 -0
  175. universal_mcp/applications/reddit/__init__.py +1 -0
  176. universal_mcp/applications/reddit/app.py +4652 -0
  177. universal_mcp/applications/replicate/README.md +18 -0
  178. universal_mcp/applications/replicate/__init__.py +1 -0
  179. universal_mcp/applications/replicate/app.py +495 -0
  180. universal_mcp/applications/resend/README.md +40 -0
  181. universal_mcp/applications/resend/__init__.py +1 -0
  182. universal_mcp/applications/resend/app.py +881 -0
  183. universal_mcp/applications/retell/README.md +21 -0
  184. universal_mcp/applications/retell/__init__.py +1 -0
  185. universal_mcp/applications/retell/app.py +333 -0
  186. universal_mcp/applications/rocketlane/README.md +70 -0
  187. universal_mcp/applications/rocketlane/__init__.py +1 -0
  188. universal_mcp/applications/rocketlane/app.py +4346 -0
  189. universal_mcp/applications/semanticscholar/README.md +25 -0
  190. universal_mcp/applications/semanticscholar/__init__.py +1 -0
  191. universal_mcp/applications/semanticscholar/app.py +482 -0
  192. universal_mcp/applications/semrush/README.md +44 -0
  193. universal_mcp/applications/semrush/__init__.py +1 -0
  194. universal_mcp/applications/semrush/app.py +2081 -0
  195. universal_mcp/applications/sendgrid/README.md +362 -0
  196. universal_mcp/applications/sendgrid/__init__.py +1 -0
  197. universal_mcp/applications/sendgrid/app.py +9752 -0
  198. universal_mcp/applications/sentry/README.md +186 -0
  199. universal_mcp/applications/sentry/__init__.py +1 -0
  200. universal_mcp/applications/sentry/app.py +7471 -0
  201. universal_mcp/applications/serpapi/README.md +14 -0
  202. universal_mcp/applications/serpapi/__init__.py +1 -0
  203. universal_mcp/applications/serpapi/app.py +293 -0
  204. universal_mcp/applications/sharepoint/README.md +0 -0
  205. universal_mcp/applications/sharepoint/__init__.py +1 -0
  206. universal_mcp/applications/sharepoint/app.py +215 -0
  207. universal_mcp/applications/shopify/README.md +321 -0
  208. universal_mcp/applications/shopify/__init__.py +1 -0
  209. universal_mcp/applications/shopify/app.py +15392 -0
  210. universal_mcp/applications/shortcut/README.md +128 -0
  211. universal_mcp/applications/shortcut/__init__.py +1 -0
  212. universal_mcp/applications/shortcut/app.py +4478 -0
  213. universal_mcp/applications/slack/README.md +0 -0
  214. universal_mcp/applications/slack/__init__.py +1 -0
  215. universal_mcp/applications/slack/app.py +570 -0
  216. universal_mcp/applications/spotify/README.md +91 -0
  217. universal_mcp/applications/spotify/__init__.py +1 -0
  218. universal_mcp/applications/spotify/app.py +2526 -0
  219. universal_mcp/applications/supabase/README.md +87 -0
  220. universal_mcp/applications/supabase/__init__.py +1 -0
  221. universal_mcp/applications/supabase/app.py +2970 -0
  222. universal_mcp/applications/tavily/README.md +12 -0
  223. universal_mcp/applications/tavily/__init__.py +1 -0
  224. universal_mcp/applications/tavily/app.py +51 -0
  225. universal_mcp/applications/trello/README.md +266 -0
  226. universal_mcp/applications/trello/__init__.py +1 -0
  227. universal_mcp/applications/trello/app.py +10875 -0
  228. universal_mcp/applications/twillo/README.md +0 -0
  229. universal_mcp/applications/twillo/__init__.py +1 -0
  230. universal_mcp/applications/twillo/app.py +269 -0
  231. universal_mcp/applications/twitter/README.md +100 -0
  232. universal_mcp/applications/twitter/__init__.py +1 -0
  233. universal_mcp/applications/twitter/api_segments/__init__.py +0 -0
  234. universal_mcp/applications/twitter/api_segments/api_segment_base.py +51 -0
  235. universal_mcp/applications/twitter/api_segments/compliance_api.py +122 -0
  236. universal_mcp/applications/twitter/api_segments/dm_conversations_api.py +255 -0
  237. universal_mcp/applications/twitter/api_segments/dm_events_api.py +140 -0
  238. universal_mcp/applications/twitter/api_segments/likes_api.py +159 -0
  239. universal_mcp/applications/twitter/api_segments/lists_api.py +395 -0
  240. universal_mcp/applications/twitter/api_segments/openapi_json_api.py +34 -0
  241. universal_mcp/applications/twitter/api_segments/spaces_api.py +309 -0
  242. universal_mcp/applications/twitter/api_segments/trends_api.py +40 -0
  243. universal_mcp/applications/twitter/api_segments/tweets_api.py +1403 -0
  244. universal_mcp/applications/twitter/api_segments/usage_api.py +40 -0
  245. universal_mcp/applications/twitter/api_segments/users_api.py +1498 -0
  246. universal_mcp/applications/twitter/app.py +46 -0
  247. universal_mcp/applications/unipile/README.md +28 -0
  248. universal_mcp/applications/unipile/__init__.py +1 -0
  249. universal_mcp/applications/unipile/app.py +829 -0
  250. universal_mcp/applications/whatsapp/README.md +23 -0
  251. universal_mcp/applications/whatsapp/__init__.py +1 -0
  252. universal_mcp/applications/whatsapp/app.py +595 -0
  253. universal_mcp/applications/whatsapp-business/README.md +34 -0
  254. universal_mcp/applications/whatsapp-business/__init__.py +1 -0
  255. universal_mcp/applications/whatsapp-business/app.py +1065 -0
  256. universal_mcp/applications/wrike/README.md +46 -0
  257. universal_mcp/applications/wrike/__init__.py +1 -0
  258. universal_mcp/applications/wrike/app.py +1583 -0
  259. universal_mcp/applications/youtube/README.md +57 -0
  260. universal_mcp/applications/youtube/__init__.py +1 -0
  261. universal_mcp/applications/youtube/app.py +1696 -0
  262. universal_mcp/applications/zenquotes/README.md +12 -0
  263. universal_mcp/applications/zenquotes/__init__.py +1 -0
  264. universal_mcp/applications/zenquotes/app.py +31 -0
  265. universal_mcp_applications-0.1.1.dist-info/METADATA +172 -0
  266. universal_mcp_applications-0.1.1.dist-info/RECORD +268 -0
  267. universal_mcp_applications-0.1.1.dist-info/WHEEL +4 -0
  268. universal_mcp_applications-0.1.1.dist-info/licenses/LICENSE +21 -0
@@ -0,0 +1,463 @@
1
+ # DigitaloceanApp MCP Server
2
+
3
+ An MCP Server for the DigitaloceanApp API.
4
+
5
+ ## 🛠️ Tool List
6
+
7
+ This is automatically generated from OpenAPI schema for the DigitaloceanApp API.
8
+
9
+
10
+ | Tool | Description |
11
+ |------|-------------|
12
+ | `one_clicks_list` | List 1-Click Applications |
13
+ | `one_clicks_install_kubernetes` | Install Kubernetes 1-Click Applications |
14
+ | `account_get` | Get User Information |
15
+ | `ssh_keys_list` | List All SSH Keys |
16
+ | `ssh_keys_create` | Create a New SSH Key |
17
+ | `ssh_keys_get` | Retrieve an Existing SSH Key |
18
+ | `ssh_keys_update` | Update an SSH Key's Name |
19
+ | `ssh_keys_delete` | Delete an SSH Key |
20
+ | `actions_list` | List All Actions |
21
+ | `actions_get` | Retrieve an Existing Action |
22
+ | `apps_list` | List All Apps |
23
+ | `apps_create` | Create a New App |
24
+ | `apps_delete` | Delete an App |
25
+ | `apps_get` | Retrieve an Existing App |
26
+ | `apps_update` | Update an App |
27
+ | `apps_restart` | Restart an App |
28
+ | `get_app_component_logs` | Retrieve Active Deployment Logs |
29
+ | `get_component_execution_details` | Retrieve Exec URL |
30
+ | `apps_get_instances` | Retrieve App Instances |
31
+ | `apps_list_deployments` | List App Deployments |
32
+ | `apps_create_deployment` | Create an App Deployment |
33
+ | `apps_get_deployment` | Retrieve an App Deployment |
34
+ | `apps_cancel_deployment` | Cancel a Deployment |
35
+ | `apps_get_logs` | Retrieve Deployment Logs |
36
+ | `apps_get_logs_aggregate` | Retrieve Aggregate Deployment Logs |
37
+ | `apps_get_exec` | Retrieve Exec URL for Deployment |
38
+ | `get_app_logs` | Retrieve Active Deployment Aggregate Logs |
39
+ | `apps_list_instance_sizes` | List Instance Sizes |
40
+ | `apps_get_instance_size` | Retrieve an Instance Size |
41
+ | `apps_list_regions` | List App Regions |
42
+ | `apps_validate_app_spec` | Propose an App Spec |
43
+ | `apps_list_alerts` | List all app alerts |
44
+ | `apps_assign_alert_destinations` | Update destinations for alerts |
45
+ | `apps_create_rollback` | Rollback App |
46
+ | `apps_validate_rollback` | Validate App Rollback |
47
+ | `apps_commit_rollback` | Commit App Rollback |
48
+ | `apps_revert_rollback` | Revert App Rollback |
49
+ | `get_app_bandwidth_daily` | Retrieve App Daily Bandwidth Metrics |
50
+ | `create_daily_bandwidth_metrics` | Retrieve Multiple Apps' Daily Bandwidth Metrics |
51
+ | `apps_get_health` | Retrieve App Health |
52
+ | `cdn_list_endpoints` | List All CDN Endpoints |
53
+ | `cdn_create_endpoint` | Create a New CDN Endpoint |
54
+ | `cdn_get_endpoint` | Retrieve an Existing CDN Endpoint |
55
+ | `cdn_update_endpoints` | Update a CDN Endpoint |
56
+ | `cdn_delete_endpoint` | Delete a CDN Endpoint |
57
+ | `cdn_purge_cache` | Purge the Cache for an Existing CDN Endpoint |
58
+ | `certificates_list` | List All Certificates |
59
+ | `certificates_create` | Create a New Certificate |
60
+ | `certificates_get` | Retrieve an Existing Certificate |
61
+ | `certificates_delete` | Delete a Certificate |
62
+ | `balance_get` | Get Customer Balance |
63
+ | `billing_history_list` | List Billing History |
64
+ | `invoices_list` | List All Invoices |
65
+ | `invoices_get_by_uuid` | Retrieve an Invoice by UUID |
66
+ | `invoices_get_csv_by_uuid` | Retrieve an Invoice CSV by UUID |
67
+ | `invoices_get_pdf_by_uuid` | Retrieve an Invoice PDF by UUID |
68
+ | `invoices_get_summary_by_uuid` | Retrieve an Invoice Summary by UUID |
69
+ | `databases_list_options` | List Database Options |
70
+ | `databases_list_clusters` | List All Database Clusters |
71
+ | `databases_create_cluster` | Create a New Database Cluster |
72
+ | `databases_get_cluster` | Retrieve an Existing Database Cluster |
73
+ | `databases_destroy_cluster` | Destroy a Database Cluster |
74
+ | `databases_get_config` | Retrieve an Existing Database Cluster Configuration |
75
+ | `databases_patch_config` | Update the Database Configuration for an Existing Database |
76
+ | `databases_get_ca` | Retrieve the Public Certificate |
77
+ | `databases_get_migration_status` | Retrieve the Status of an Online Migration |
78
+ | `start_online_migration` | Start an Online Migration |
79
+ | `delete_online_migration_by_id` | Stop an Online Migration |
80
+ | `databases_update_region` | Migrate a Database Cluster to a New Region |
81
+ | `databases_update_cluster_size` | Resize a Database Cluster |
82
+ | `databases_list_firewall_rules` | List Firewall Rules (Trusted Sources) for a Database Cluster |
83
+ | `update_database_cluster_firewall` | Update Firewall Rules (Trusted Sources) for a Database |
84
+ | `update_database_maintenance` | Configure a Database Cluster's Maintenance Window |
85
+ | `databases_install_update` | Start Database Maintenance |
86
+ | `databases_list_backups` | List Backups for a Database Cluster |
87
+ | `databases_list_replicas` | List All Read-only Replicas |
88
+ | `databases_create_replica` | Create a Read-only Replica |
89
+ | `databases_list_events_logs` | List all Events Logs |
90
+ | `databases_get_replica` | Retrieve an Existing Read-only Replica |
91
+ | `databases_destroy_replica` | Destroy a Read-only Replica |
92
+ | `databases_promote_replica` | Promote a Read-only Replica to become a Primary Cluster |
93
+ | `databases_list_users` | List all Database Users |
94
+ | `databases_add_user` | Add a Database User |
95
+ | `databases_get_user` | Retrieve an Existing Database User |
96
+ | `databases_delete_user` | Remove a Database User |
97
+ | `databases_update_user` | Update a Database User |
98
+ | `databases_reset_auth` | Reset a Database User's Password or Authentication Method |
99
+ | `databases_list` | List All Databases |
100
+ | `databases_add` | Add a New Database |
101
+ | `databases_get` | Retrieve an Existing Database |
102
+ | `databases_delete` | Delete a Database |
103
+ | `databases_list_connection_pools` | List Connection Pools (PostgreSQL) |
104
+ | `databases_add_connection_pool` | Add a New Connection Pool (PostgreSQL) |
105
+ | `databases_get_connection_pool` | Retrieve Existing Connection Pool (PostgreSQL) |
106
+ | `update_database_pool` | Update Connection Pools (PostgreSQL) |
107
+ | `delete_pool` | Delete a Connection Pool (PostgreSQL) |
108
+ | `databases_get_eviction_policy` | Retrieve the Eviction Policy for a Redis or Valkey Cluster |
109
+ | `update_eviction_policy` | Configure the Eviction Policy for a Redis or Valkey Cluster |
110
+ | `databases_get_sql_mode` | Retrieve the SQL Modes for a MySQL Cluster |
111
+ | `databases_update_sql_mode` | Update SQL Mode for a Cluster |
112
+ | `databases_update_major_version` | Upgrade Major Version for a Database |
113
+ | `databases_list_kafka_topics` | List Topics for a Kafka Cluster |
114
+ | `databases_create_kafka_topic` | Create Topic for a Kafka Cluster |
115
+ | `databases_get_kafka_topic` | Get Topic for a Kafka Cluster |
116
+ | `databases_update_kafka_topic` | Update Topic for a Kafka Cluster |
117
+ | `databases_delete_kafka_topic` | Delete Topic for a Kafka Cluster |
118
+ | `databases_list_logsink` | List Logsinks for a Database Cluster |
119
+ | `databases_create_logsink` | Create Logsink for a Database Cluster |
120
+ | `databases_get_logsink` | Get Logsink for a Database Cluster |
121
+ | `databases_update_logsink` | Update Logsink for a Database Cluster |
122
+ | `databases_delete_logsink` | Delete Logsink for a Database Cluster |
123
+ | `get_database_metrics_credentials` | Retrieve Database Clusters' Metrics Endpoint Credentials |
124
+ | `update_database_credentials` | Update Database Clusters' Metrics Endpoint Credentials |
125
+ | `list_database_indexes` | List Indexes for a OpenSearch Cluster |
126
+ | `delete_database_index_by_name` | Delete Index for OpenSearch Cluster |
127
+ | `domains_list` | List All Domains |
128
+ | `domains_create` | Create a New Domain |
129
+ | `domains_get` | Retrieve an Existing Domain |
130
+ | `domains_delete` | Delete a Domain |
131
+ | `domains_list_records` | List All Domain Records |
132
+ | `domains_create_record` | Create a New Domain Record |
133
+ | `domains_get_record` | Retrieve an Existing Domain Record |
134
+ | `domains_patch_record` | Update a Domain Record |
135
+ | `domains_update_record` | Update a Domain Record |
136
+ | `domains_delete_record` | Delete a Domain Record |
137
+ | `droplets_list` | List All Droplets |
138
+ | `droplets_create` | Create a New Droplet |
139
+ | `droplets_destroy_by_tag` | Deleting Droplets by Tag |
140
+ | `droplets_get` | Retrieve an Existing Droplet |
141
+ | `droplets_destroy` | Delete an Existing Droplet |
142
+ | `droplets_list_backups` | List Backups for a Droplet |
143
+ | `droplets_get_backup_policy` | Retrieve the Backup Policy for an Existing Droplet |
144
+ | `droplets_list_backup_policies` | List Backup Policies for All Existing Droplets |
145
+ | `list_supported_policies` | List Supported Droplet Backup Policies |
146
+ | `droplets_list_snapshots` | List Snapshots for a Droplet |
147
+ | `droplet_actions_list` | List Actions for a Droplet |
148
+ | `droplet_actions_post` | Initiate a Droplet Action |
149
+ | `droplet_actions_post_by_tag` | Acting on Tagged Droplets |
150
+ | `droplet_actions_get` | Retrieve a Droplet Action |
151
+ | `droplets_list_kernels` | List All Available Kernels for a Droplet |
152
+ | `droplets_list_firewalls` | List all Firewalls Applied to a Droplet |
153
+ | `droplets_list_neighbors` | List Neighbors for a Droplet |
154
+ | `destroy_droplet_with_resources` | List Associated Resources for a Droplet |
155
+ | `destroy_select` | Selectively Destroy a Droplet and its Associated Resources |
156
+ | `delete_droplet_resources` | Destroy a Droplet and All of its Associated Resources (Dangerous) |
157
+ | `get_droplet_status` | Check Status of a Droplet Destroy with Associated Resources Request |
158
+ | `retry_droplet_with_resources` | Retry a Droplet Destroy with Associated Resources Request |
159
+ | `autoscalepools_list` | List All Autoscale Pools |
160
+ | `autoscalepools_create` | Create a New Autoscale Pool |
161
+ | `autoscalepools_get` | Retrieve an Existing Autoscale Pool |
162
+ | `autoscalepools_update` | Update Autoscale Pool |
163
+ | `autoscalepools_delete` | Delete autoscale pool |
164
+ | `delete_autoscale_pool_dangerously` | Delete autoscale pool and resources |
165
+ | `autoscalepools_list_members` | List members |
166
+ | `autoscalepools_list_history` | List history events |
167
+ | `firewalls_list` | List All Firewalls |
168
+ | `firewalls_create` | Create a New Firewall |
169
+ | `firewalls_get` | Retrieve an Existing Firewall |
170
+ | `firewalls_update` | Update a Firewall |
171
+ | `firewalls_delete` | Delete a Firewall |
172
+ | `firewalls_assign_droplets` | Add Droplets to a Firewall |
173
+ | `firewalls_delete_droplets` | Remove Droplets from a Firewall |
174
+ | `firewalls_add_tags` | Add Tags to a Firewall |
175
+ | `firewalls_delete_tags` | Remove Tags from a Firewall |
176
+ | `firewalls_add_rules` | Add Rules to a Firewall |
177
+ | `firewalls_delete_rules` | Remove Rules from a Firewall |
178
+ | `floating_ips_list` | List All Floating IPs |
179
+ | `floating_ips_create` | Create a New Floating IP |
180
+ | `floating_ips_get` | Retrieve an Existing Floating IP |
181
+ | `floating_ips_delete` | Delete a Floating IP |
182
+ | `floating_ips_action_list` | List All Actions for a Floating IP |
183
+ | `floating_ips_action_post` | Initiate a Floating IP Action |
184
+ | `floating_ips_action_get` | Retrieve an Existing Floating IP Action |
185
+ | `functions_list_namespaces` | List Namespaces |
186
+ | `functions_create_namespace` | Create Namespace |
187
+ | `functions_get_namespace` | Get Namespace |
188
+ | `functions_delete_namespace` | Delete Namespace |
189
+ | `functions_list_triggers` | List Triggers |
190
+ | `functions_create_trigger` | Create Trigger |
191
+ | `functions_get_trigger` | Get Trigger |
192
+ | `functions_update_trigger` | Update Trigger |
193
+ | `functions_delete_trigger` | Delete Trigger |
194
+ | `images_list` | List All Images |
195
+ | `images_create_custom` | Create a Custom Image |
196
+ | `images_get` | Retrieve an Existing Image |
197
+ | `images_update` | Update an Image |
198
+ | `images_delete` | Delete an Image |
199
+ | `image_actions_list` | List All Actions for an Image |
200
+ | `image_actions_post` | Initiate an Image Action |
201
+ | `image_actions_get` | Retrieve an Existing Action |
202
+ | `kubernetes_list_clusters` | List All Kubernetes Clusters |
203
+ | `kubernetes_create_cluster` | Create a New Kubernetes Cluster |
204
+ | `kubernetes_get_cluster` | Retrieve an Existing Kubernetes Cluster |
205
+ | `kubernetes_update_cluster` | Update a Kubernetes Cluster |
206
+ | `kubernetes_delete_cluster` | Delete a Kubernetes Cluster |
207
+ | `destroy_cluster_resources` | List Associated Resources for Cluster Deletion |
208
+ | `delete_cluster_resources` | Selectively Delete a Cluster and its Associated Resources |
209
+ | `destroy_cluster_with_resources` | Delete a Cluster and All of its Associated Resources (Dangerous) |
210
+ | `kubernetes_get_kubeconfig` | Retrieve the kubeconfig for a Kubernetes Cluster |
211
+ | `kubernetes_get_credentials` | Retrieve Credentials for a Kubernetes Cluster |
212
+ | `get_cluster_upgrades` | Retrieve Available Upgrades for an Existing Kubernetes Cluster |
213
+ | `kubernetes_upgrade_cluster` | Upgrade a Kubernetes Cluster |
214
+ | `kubernetes_list_node_pools` | List All Node Pools in a Kubernetes Clusters |
215
+ | `kubernetes_add_node_pool` | Add a Node Pool to a Kubernetes Cluster |
216
+ | `kubernetes_get_node_pool` | Retrieve a Node Pool for a Kubernetes Cluster |
217
+ | `kubernetes_update_node_pool` | Update a Node Pool in a Kubernetes Cluster |
218
+ | `kubernetes_delete_node_pool` | Delete a Node Pool in a Kubernetes Cluster |
219
+ | `kubernetes_delete_node` | Delete a Node in a Kubernetes Cluster |
220
+ | `kubernetes_recycle_node_pool` | Recycle a Kubernetes Node Pool |
221
+ | `kubernetes_get_cluster_user` | Retrieve User Information for a Kubernetes Cluster |
222
+ | `kubernetes_list_options` | List Available Regions, Node Sizes, and Versions of Kubernetes |
223
+ | `kubernetes_run_cluster_lint` | Run Clusterlint Checks on a Kubernetes Cluster |
224
+ | `get_cluster_lint` | Fetch Clusterlint Diagnostics for a Kubernetes Cluster |
225
+ | `kubernetes_add_registry` | Add Container Registry to Kubernetes Clusters |
226
+ | `kubernetes_remove_registry` | Remove Container Registry from Kubernetes Clusters |
227
+ | `kubernetes_get_status_messages` | Fetch Status Messages for a Kubernetes Cluster |
228
+ | `load_balancers_create` | Create a New Load Balancer |
229
+ | `load_balancers_list` | List All Load Balancers |
230
+ | `load_balancers_get` | Retrieve an Existing Load Balancer |
231
+ | `load_balancers_update` | Update a Load Balancer |
232
+ | `load_balancers_delete` | Delete a Load Balancer |
233
+ | `load_balancers_delete_cache` | Delete a Global Load Balancer CDN Cache |
234
+ | `load_balancers_add_droplets` | Add Droplets to a Load Balancer |
235
+ | `load_balancers_remove_droplets` | Remove Droplets from a Load Balancer |
236
+ | `add_forwarding_rule` | Add Forwarding Rules to a Load Balancer |
237
+ | `delete_lb_forwarding_rules` | Remove Forwarding Rules from a Load Balancer |
238
+ | `monitoring_list_alert_policy` | List Alert Policies |
239
+ | `monitoring_create_alert_policy` | Create Alert Policy |
240
+ | `monitoring_get_alert_policy` | Retrieve an Existing Alert Policy |
241
+ | `monitoring_update_alert_policy` | Update an Alert Policy |
242
+ | `monitoring_delete_alert_policy` | Delete an Alert Policy |
243
+ | `get_droplet_bandwidth_metrics` | Get Droplet Bandwidth Metrics |
244
+ | `get_droplet_cpu_metrics` | Get Droplet CPU Metrics |
245
+ | `get_droplet_filesystem_free` | Get Droplet Filesystem Free Metrics |
246
+ | `get_droplet_filesystem_size` | Get Droplet Filesystem Size Metrics |
247
+ | `get_droplet_load_metrics` | Get Droplet Load1 Metrics |
248
+ | `get_droplet_load5_metrics` | Get Droplet Load5 Metrics |
249
+ | `get_droplet_load_metric` | Get Droplet Load15 Metrics |
250
+ | `get_droplet_memory_cached` | Get Droplet Cached Memory Metrics |
251
+ | `get_droplet_memory_free` | Get Droplet Free Memory Metrics |
252
+ | `get_droplet_memory_total` | Get Droplet Total Memory Metrics |
253
+ | `get_droplet_memory_available` | Get Droplet Available Memory Metrics |
254
+ | `get_app_memory_percentage` | Get App Memory Percentage Metrics |
255
+ | `get_app_cpu_metrics` | Get App CPU Percentage Metrics |
256
+ | `get_app_restart_count` | Get App Restart Count Metrics |
257
+ | `get_frontend_connections` | Get Load Balancer Frontend Total Current Active Connections Metrics |
258
+ | `get_lb_frontend_connections_limit` | Get Load Balancer Frontend Max Connections Limit Metrics |
259
+ | `get_frontend_cpu_utilization` | Get Load Balancer Frontend Average Percentage CPU Utilization Metrics |
260
+ | `get_frontend_firewall_bytes` | Get Load Balancer Frontend Firewall Dropped Bytes Metrics |
261
+ | `get_lb_frontend_fw_dropped_pkts` | Get Load Balancer Frontend Firewall Dropped Packets Metrics |
262
+ | `get_load_balancer_responses` | Get Load Balancer Frontend HTTP Rate Of Response Code Metrics |
263
+ | `fetch_frontend_request_rate` | Get Load Balancer Frontend HTTP Requests Metrics |
264
+ | `get_frontend_network_throughput` | Get Load Balancer Frontend HTTP Throughput Metrics |
265
+ | `get_frontend_udp_throughput` | Get Load Balancer Frontend UDP Throughput Metrics |
266
+ | `get_frontend_tcp_throughput` | Get Load Balancer Frontend TCP Throughput Metrics |
267
+ | `get_frontend_nlb_tcp_throughput` | Get Network Load Balancer Frontend TCP Throughput Metrics |
268
+ | `get_nlb_udp_throughput` | Get Network Load Balancer Frontend UDP Throughput Metrics |
269
+ | `get_frontend_tls_connections` | Get Load Balancer Frontend Current TLS Connections Rate Metrics |
270
+ | `get_frontend_tls_connections_limit` | Get Load Balancer Frontend Max TLS Connections Limit Metrics |
271
+ | `get_tls_exceeding_rate_limit` | Get Load Balancer Frontend Closed TLS Connections For Exceeded Rate Limit Metrics |
272
+ | `get_droplet_session_duration_avg` | Get Load Balancer Droplets Average HTTP Session Duration Metrics |
273
+ | `get_droplet_session_duration_50p` | Get Load Balancer Droplets 50th Percentile HTTP Session Duration Metrics |
274
+ | `get_droplet_session_duration_95p` | Get Load Balancer Droplets 95th Percentile HTTP Session Duration Metrics |
275
+ | `get_droplet_response_time` | Get Load Balancer Droplets Average HTTP Response Time Metrics |
276
+ | `get_droplet_http_response_time` | Get Load Balancer Droplets 50th Percentile HTTP Response Time Metrics |
277
+ | `get_droplets_http_response_timep_95p` | Get Load Balancer Droplets 95th Percentile HTTP Response Time Metrics |
278
+ | `get_droplets_http_response_timep_99p` | Get Load Balancer Droplets 99th Percentile HTTP Response Time Metrics |
279
+ | `get_droplet_queue_size` | Get Load Balancer Droplets Queue Size Metrics |
280
+ | `get_droplet_responses` | Get Load Balancer Droplets HTTP Rate Of Response Code Metrics |
281
+ | `get_droplet_connections` | Get Load Balancer Droplets Active Connections Metrics |
282
+ | `get_droplet_health_checks` | Get Load Balancer Droplets Health Check Status Metrics |
283
+ | `get_load_balancer_downtime` | Get Load Balancer Droplets Downtime Status Metrics |
284
+ | `get_current_autoscale_instances` | Get Droplet Autoscale Pool Current Size |
285
+ | `list_target_instances` | Get Droplet Autoscale Pool Target Size |
286
+ | `get_droplet_cpu_utilization` | Get Droplet Autoscale Pool Current Average CPU utilization |
287
+ | `get_droplet_target_cpu_utilization` | Get Droplet Autoscale Pool Target Average CPU utilization |
288
+ | `get_droplet_memory_utilization` | Get Droplet Autoscale Pool Current Average Memory utilization |
289
+ | `get_autoscale_memory_target` | Get Droplet Autoscale Pool Target Average Memory utilization |
290
+ | `monitoring_create_destination` | Create Logging Destination |
291
+ | `monitoring_list_destinations` | List Logging Destinations |
292
+ | `monitoring_get_destination` | Get Logging Destination |
293
+ | `monitoring_update_destination` | Update Logging Destination |
294
+ | `monitoring_delete_destination` | Delete Logging Destination |
295
+ | `monitoring_create_sink` | Create Sink |
296
+ | `monitoring_list_sinks` | Lists all sinks |
297
+ | `monitoring_get_sink` | Get Sink |
298
+ | `monitoring_delete_sink` | Delete Sink |
299
+ | `partner_attachments_list` | List all partner attachments |
300
+ | `partner_attachments_create` | Create a new partner attachment |
301
+ | `partner_attachments_get` | Retrieve an existing partner attachment |
302
+ | `partner_attachments_patch` | Update an existing partner attachment |
303
+ | `partner_attachments_delete` | Delete an existing partner attachment |
304
+ | `get_bgp_auth_key_by_pa_id` | Get current BGP auth key for the partner attachment |
305
+ | `get_partner_network_remote_routes` | List remote routes for a partner attachment |
306
+ | `update_remote_routes` | Set remote routes for a partner attachment |
307
+ | `get_partner_service_key` | Get the current service key for the partner attachment |
308
+ | `create_service_key` | Regenerate the service key for the partner attachment |
309
+ | `projects_list` | List All Projects |
310
+ | `projects_create` | Create a Project |
311
+ | `projects_get_default` | Retrieve the Default Project |
312
+ | `projects_update_default` | Update the Default Project |
313
+ | `projects_patch_default` | Patch the Default Project |
314
+ | `projects_get` | Retrieve an Existing Project |
315
+ | `projects_update` | Update a Project |
316
+ | `projects_patch` | Patch a Project |
317
+ | `projects_delete` | Delete an Existing Project |
318
+ | `projects_list_resources` | List Project Resources |
319
+ | `projects_assign_resources` | Assign Resources to a Project |
320
+ | `list_project_resources` | List Default Project Resources |
321
+ | `create_default_project_resource` | Assign Resources to Default Project |
322
+ | `regions_list` | List All Data Center Regions |
323
+ | `registry_get` | Get Container Registry Information |
324
+ | `registry_create` | Create Container Registry |
325
+ | `registry_delete` | Delete Container Registry |
326
+ | `registry_get_subscription` | Get Subscription Information |
327
+ | `registry_update_subscription` | Update Subscription Tier |
328
+ | `registry_get_docker_credentials` | Get Docker Credentials for Container Registry |
329
+ | `registry_validate_name` | Validate a Container Registry Name |
330
+ | `registry_list_repositories` | List All Container Registry Repositories |
331
+ | `registry_list_repositories_v` | List All Container Registry Repositories (V2) |
332
+ | `registry_list_repository_tags` | List All Container Registry Repository Tags |
333
+ | `registry_delete_repository_tag` | Delete Container Registry Repository Tag |
334
+ | `get_repository_digests` | List All Container Registry Repository Manifests |
335
+ | `delete_manifest_digest` | Delete Container Registry Repository Manifest |
336
+ | `registry_run_garbage_collection` | Start Garbage Collection |
337
+ | `registry_get_garbage_collection` | Get Active Garbage Collection |
338
+ | `list_registry_garbage_collections` | List Garbage Collections |
339
+ | `update_garbage_collection` | Update Garbage Collection |
340
+ | `registry_get_options` | List Registry Options (Subscription Tiers and Available Regions) |
341
+ | `droplets_list_neighbors_ids` | List All Droplet Neighbors |
342
+ | `reserved_ips_list` | List All Reserved IPs |
343
+ | `reserved_ips_create` | Create a New Reserved IP |
344
+ | `reserved_ips_get` | Retrieve an Existing Reserved IP |
345
+ | `reserved_ips_delete` | Delete a Reserved IP |
346
+ | `reserved_ips_actions_list` | List All Actions for a Reserved IP |
347
+ | `reserved_ips_actions_post` | Initiate a Reserved IP Action |
348
+ | `reserved_ips_actions_get` | Retrieve an Existing Reserved IP Action |
349
+ | `reserved_ipv_list` | [Public Preview] List All Reserved IPv6s |
350
+ | `reserved_ipv_create` | [Public Preview] Create a New Reserved IPv6 |
351
+ | `reserved_ipv_get` | [Public Preview] Retrieve an Existing Reserved IPv6 |
352
+ | `reserved_ipv_delete` | [Public Preview] Delete a Reserved IPv6 |
353
+ | `reserved_ipv_actions_post` | [Public Preview] Initiate a Reserved IPv6 Action |
354
+ | `sizes_list` | List All Droplet Sizes |
355
+ | `snapshots_list` | List All Snapshots |
356
+ | `snapshots_get` | Retrieve an Existing Snapshot |
357
+ | `snapshots_delete` | Delete a Snapshot |
358
+ | `spaces_key_list` | List Spaces Access Keys |
359
+ | `spaces_key_create` | Create a New Spaces Access Key |
360
+ | `spaces_key_get` | Get a Spaces Access Key |
361
+ | `spaces_key_delete` | Delete a Spaces Access Key |
362
+ | `spaces_key_update` | Update Spaces Access Keys |
363
+ | `spaces_key_patch` | Update Spaces Access Keys |
364
+ | `tags_list` | List All Tags |
365
+ | `tags_create` | Create a New Tag |
366
+ | `tags_get` | Retrieve a Tag |
367
+ | `tags_delete` | Delete a Tag |
368
+ | `tags_assign_resources` | Tag a Resource |
369
+ | `tags_unassign_resources` | Untag a Resource |
370
+ | `volumes_list` | List All Block Storage Volumes |
371
+ | `volumes_create` | Create a New Block Storage Volume |
372
+ | `volumes_delete_by_name` | Delete a Block Storage Volume by Name |
373
+ | `volume_actions_post` | Initiate A Block Storage Action By Volume Name |
374
+ | `volume_snapshots_get_by_id` | Retrieve an Existing Volume Snapshot |
375
+ | `volume_snapshots_delete_by_id` | Delete a Volume Snapshot |
376
+ | `volumes_get` | Retrieve an Existing Block Storage Volume |
377
+ | `volumes_delete` | Delete a Block Storage Volume |
378
+ | `volume_actions_list` | List All Actions for a Volume |
379
+ | `volume_actions_post_by_id` | Initiate A Block Storage Action By Volume Id |
380
+ | `volume_actions_get` | Retrieve an Existing Volume Action |
381
+ | `volume_snapshots_list` | List Snapshots for a Volume |
382
+ | `volume_snapshots_create` | Create Snapshot from a Volume |
383
+ | `vpcs_list` | List All VPCs |
384
+ | `vpcs_create` | Create a New VPC |
385
+ | `vpcs_get` | Retrieve an Existing VPC |
386
+ | `vpcs_update` | Update a VPC |
387
+ | `vpcs_patch` | Partially Update a VPC |
388
+ | `vpcs_delete` | Delete a VPC |
389
+ | `vpcs_list_members` | List the Member Resources of a VPC |
390
+ | `vpcs_list_peerings` | List the Peerings of a VPC |
391
+ | `vpcs_create_peerings` | Create a Peering with a VPC |
392
+ | `vpcs_patch_peerings` | Update a VPC Peering |
393
+ | `vpc_peerings_list` | List All VPC Peerings |
394
+ | `vpc_peerings_create` | Create a New VPC Peering |
395
+ | `vpc_peerings_get` | Retrieve an Existing VPC Peering |
396
+ | `vpc_peerings_patch` | Update a VPC peering |
397
+ | `vpc_peerings_delete` | Delete a VPC peering |
398
+ | `uptime_list_checks` | List All Checks |
399
+ | `uptime_create_check` | Create a New Check |
400
+ | `uptime_get_check` | Retrieve an Existing Check |
401
+ | `uptime_update_check` | Update a Check |
402
+ | `uptime_delete_check` | Delete a Check |
403
+ | `uptime_get_check_state` | Retrieve Check State |
404
+ | `uptime_list_alerts` | List All Alerts |
405
+ | `uptime_create_alert` | Create a New Alert |
406
+ | `uptime_get_alert` | Retrieve an Existing Alert |
407
+ | `uptime_update_alert` | Update an Alert |
408
+ | `uptime_delete_alert` | Delete an Alert |
409
+ | `genai_list_agents` | List Agents |
410
+ | `genai_create_agent` | Create an Agent |
411
+ | `genai_list_agent_api_keys` | List Agent API Keys |
412
+ | `genai_create_agent_api_key` | Create an Agent API Key |
413
+ | `genai_update_agent_api_key` | Update API Key for an Agent |
414
+ | `genai_delete_agent_api_key` | Delete API Key for an Agent |
415
+ | `genai_regenerate_agent_api_key` | Regenerate API Key for an Agent |
416
+ | `genai_attach_agent_function` | Add Function Route to an Agent |
417
+ | `genai_update_agent_function` | Update Function Route for an Agent |
418
+ | `genai_detach_agent_function` | Delete Function Route for an Agent |
419
+ | `genai_attach_knowledge_bases` | Attach Knowledge Bases to an Agent |
420
+ | `genai_attach_knowledge_base` | Attach Knowledge Base to an Agent |
421
+ | `genai_detach_knowledge_base` | Detach Knowledge Base from an Agent |
422
+ | `genai_attach_agent` | Add Agent Route to an Agent |
423
+ | `genai_update_attached_agent` | Update Agent Route for an Agent |
424
+ | `genai_detach_agent` | Delete Agent Route for an Agent |
425
+ | `genai_get_agent` | Retrieve an Existing Agent |
426
+ | `genai_update_agent` | Update an Agent |
427
+ | `genai_delete_agent` | Delete an Agent |
428
+ | `genai_get_agent_children` | View Agent Routes |
429
+ | `update_deployment_visibility` | Update Agent Status |
430
+ | `genai_list_agent_versions` | List Agent Versions |
431
+ | `update_agent_version_by_uuid` | Rollback to Agent Version |
432
+ | `genai_list_anthropic_api_keys` | List Anthropic API Keys |
433
+ | `genai_create_anthropic_api_key` | Create Anthropic API Key |
434
+ | `genai_get_anthropic_api_key` | Get Anthropic API Key |
435
+ | `genai_update_anthropic_api_key` | Update Anthropic API Key |
436
+ | `genai_delete_anthropic_api_key` | Delete Anthropic API Key |
437
+ | `list_agents_by_key_uuid` | List agents by Anthropic key |
438
+ | `genai_list_indexing_jobs` | List Indexing Jobs for a Knowledge Base |
439
+ | `genai_create_indexing_job` | Start Indexing Job for a Knowledge Base |
440
+ | `list_job_data_sources` | List Data Sources for Indexing Job for a Knowledge Base |
441
+ | `genai_get_indexing_job` | Retrieve Status of Indexing Job for a Knowledge Base |
442
+ | `genai_cancel_indexing_job` | Cancel Indexing Job for a Knowledge Base |
443
+ | `genai_list_knowledge_bases` | List Knowledge Bases |
444
+ | `genai_create_knowledge_base` | Create a Knowledge Base |
445
+ | `list_data_source_by_knowledge_base` | List Data Sources for a Knowledge Base |
446
+ | `add_data_source` | Add Data Source to a Knowledge Base |
447
+ | `delete_data_source_by_uuid` | Delete a Data Source from a Knowledge Base |
448
+ | `genai_get_knowledge_base` | Retrieve Information About an Existing Knowledge Base |
449
+ | `genai_update_knowledge_base` | Update a Knowledge Base |
450
+ | `genai_delete_knowledge_base` | Delete a Knowledge Base |
451
+ | `genai_list_models` | List Available Models |
452
+ | `genai_list_model_api_keys` | List Model API Keys |
453
+ | `genai_create_model_api_key` | Create a Model API Key |
454
+ | `genai_update_model_api_key` | Update API Key for a Model |
455
+ | `genai_delete_model_api_key` | Delete API Key for a Model |
456
+ | `genai_regenerate_model_api_key` | Regenerate API Key for a Model |
457
+ | `genai_list_openai_api_keys` | List OpenAI API Keys |
458
+ | `genai_create_openai_api_key` | Create OpenAI API Key |
459
+ | `genai_get_openai_api_key` | Get OpenAI API Key |
460
+ | `genai_update_openai_api_key` | Update OpenAI API Key |
461
+ | `genai_delete_openai_api_key` | Delete OpenAI API Key |
462
+ | `get_agents_by_key_uuid` | List agents by OpenAI key |
463
+ | `genai_list_datacenter_regions` | List Datacenter Regions |
@@ -0,0 +1 @@
1
+ from .app import DigitaloceanApp