{"service":"Netlify API","base_url":"https://api.netlify.com","auth":{"type":"bearer"},"intents":[{"id":"list_accounts_for_user","method":"GET","path":"/accounts","returns":"List all accounts for user"},{"id":"create_account","method":"POST","path":"/accounts","returns":"Create new account"},{"id":"list_account_types","method":"GET","path":"/accounts/types","returns":"List available account types"},{"id":"get_account","method":"GET","path":"/accounts/{account_id}","params":{"account_id":"string"},"returns":"Get account details"},{"id":"update_account","method":"PUT","path":"/accounts/{account_id}","params":{"account_id":"string"},"returns":"Update account information"},{"id":"cancel_account","method":"DELETE","path":"/accounts/{account_id}","params":{"account_id":"string"},"returns":"Cancel account"},{"id":"list_account_audit_events","method":"GET","path":"/accounts/{account_id}/audit","params":{"account_id":"string","query":"string","log_type":"string"},"returns":"List audit events"},{"id":"get_env_vars","method":"GET","path":"/accounts/{account_id}/env","params":{"account_id":"string","context_name":"string","scope":"string","site_id":"string"},"returns":"Get environment variables"},{"id":"create_env_vars","method":"POST","path":"/accounts/{account_id}/env","params":{"account_id":"string","site_id":"string"},"returns":"Create environment variables"},{"id":"get_env_var","method":"GET","path":"/accounts/{account_id}/env/{key}","params":{"account_id":"string","key":"string","site_id":"string"},"returns":"Get single environment variable"},{"id":"update_env_var","method":"PUT","path":"/accounts/{account_id}/env/{key}","params":{"account_id":"string","key":"string","site_id":"string"},"returns":"Update environment variable"},{"id":"set_env_var_value","method":"PATCH","path":"/accounts/{account_id}/env/{key}","params":{"account_id":"string","key":"string","site_id":"string"},"returns":"Set environment variable value"},{"id":"delete_env_var","method":"DELETE","path":"/accounts/{account_id}/env/{key}","params":{"account_id":"string","key":"string","site_id":"string"},"returns":"Delete environment variable"},{"id":"delete_env_var_value","method":"DELETE","path":"/accounts/{account_id}/env/{key}/value/{id}","params":{"account_id":"string","key":"string","id":"string","site_id":"string"},"returns":"Delete environment variable value"},{"id":"list_payment_methods","method":"GET","path":"/billing/payment_methods","returns":"List payment methods"},{"id":"get_build","method":"GET","path":"/builds/{build_id}","params":{"build_id":"string"},"returns":"Get build details"},{"id":"get_deploy","method":"GET","path":"/deploys/{deploy_id}","params":{"deploy_id":"string"},"returns":"Get deploy details"},{"id":"cancel_deploy","method":"POST","path":"/deploys/{deploy_id}/cancel","params":{"deploy_id":"string"},"returns":"Cancel deploy"},{"id":"lock_deploy","method":"POST","path":"/deploys/{deploy_id}/lock","params":{"deploy_id":"string"},"returns":"Lock deploy"},{"id":"unlock_deploy","method":"POST","path":"/deploys/{deploy_id}/unlock","params":{"deploy_id":"string"},"returns":"Unlock deploy"}]}