{"service":"Vercel API","base_url":"https://api.vercel.com","auth":{"type":"bearer","header":"Authorization"},"intents":[{"id":"get_edge_configs","method":"GET","path":"/edge-config","params":{"teamId":"string"},"returns":"Returns all Edge Configs"},{"id":"create_edge_config","method":"POST","path":"/edge-config","params":{"teamId":"string"},"returns":"Creates an Edge Config"},{"id":"get_edge_config","method":"GET","path":"/edge-config/{edgeConfigId}","params":{"edgeConfigId":"string","teamId":"string"},"returns":"Returns an Edge Config"},{"id":"update_edge_config","method":"PUT","path":"/edge-config/{edgeConfigId}","params":{"edgeConfigId":"string","teamId":"string"},"returns":"Updates an Edge Config"},{"id":"delete_edge_config","method":"DELETE","path":"/edge-config/{edgeConfigId}","params":{"edgeConfigId":"string","teamId":"string"},"returns":"Delete an Edge Config"},{"id":"get_edge_config_items","method":"GET","path":"/edge-config/{edgeConfigId}/items","params":{"edgeConfigId":"string","teamId":"string"},"returns":"Get Edge Config items"},{"id":"patch_edge_config_items","method":"PATCH","path":"/edge-config/{edgeConfigId}/items","params":{"edgeConfigId":"string","teamId":"string"},"returns":"Update Edge Config items in batch"},{"id":"get_edge_config_item","method":"GET","path":"/edge-config/{edgeConfigId}/item/{edgeConfigItemKey}","params":{"edgeConfigId":"string","edgeConfigItemKey":"string","teamId":"string"},"returns":"Get an Edge Config item"},{"id":"create_edge_config_token","method":"POST","path":"/edge-config/{edgeConfigId}/token","params":{"edgeConfigId":"string","teamId":"string"},"returns":"Create an Edge Config token"},{"id":"get_edge_config_tokens","method":"GET","path":"/edge-config/{edgeConfigId}/tokens","params":{"edgeConfigId":"string","teamId":"string"},"returns":"Get all tokens of an Edge Config"},{"id":"get_edge_config_token","method":"GET","path":"/edge-config/{edgeConfigId}/token/{token}","params":{"edgeConfigId":"string","token":"string","teamId":"string"},"returns":"Get Edge Config token meta data"},{"id":"delete_edge_config_tokens","method":"DELETE","path":"/edge-config/{edgeConfigId}/tokens","params":{"edgeConfigId":"string","teamId":"string"},"returns":"Delete one or more Edge Config tokens"},{"id":"email_login","method":"POST","path":"/registration","returns":"Login with email"},{"id":"verify_token","method":"GET","path":"/registration/verify","params":{"email":"string","token":"string","tokenName":"string","ssoUserId":"string"},"returns":"Verify a login request to get token"},{"id":"get_all_checks","method":"GET","path":"/v1/deployments/{deploymentId}/checks","params":{"deploymentId":"string","teamId":"string"},"returns":"Retrieve a list of all checks"},{"id":"create_check","method":"POST","path":"/v1/deployments/{deploymentId}/checks","params":{"deploymentId":"string","teamId":"string"},"returns":"Creates a new Check"},{"id":"get_check","method":"GET","path":"/v1/deployments/{deploymentId}/checks/{checkId}","params":{"deploymentId":"string","checkId":"string","teamId":"string"},"returns":"Get a single check"},{"id":"update_check","method":"PATCH","path":"/v1/deployments/{deploymentId}/checks/{checkId}","params":{"deploymentId":"string","checkId":"string","teamId":"string"},"returns":"Update a check"},{"id":"rerequest_check","method":"POST","path":"/v1/deployments/{deploymentId}/checks/{checkId}/rerequest","params":{"deploymentId":"string","checkId":"string","teamId":"string"},"returns":"Rerequest a check"},{"id":"update_dns_record","method":"PATCH","path":"/v1/domains/records/{recordId}","params":{"recordId":"string","teamId":"string"},"returns":"Update an existing DNS record"}]}