[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-14 UTC."],[[["\u003cp\u003eThis webpage details the process of creating a new budget within a billing account, subject to quotas and limits specified in the documentation.\u003c/p\u003e\n"],["\u003cp\u003eThe creation of a budget is executed via a \u003ccode\u003ePOST\u003c/code\u003e HTTP request to the URL, \u003ccode\u003ehttps://billingbudgets.googleapis.com/v1beta1/{parent=billingAccounts/*}/budgets\u003c/code\u003e, which uses gRPC Transcoding syntax.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eparent\u003c/code\u003e path parameter, which specifies the billing account, is a required string field formatted as \u003ccode\u003ebillingAccounts/{billingAccountId}\u003c/code\u003e, and creating a budget requires the \u003ccode\u003ebilling.budgets.create\u003c/code\u003e IAM permission.\u003c/p\u003e\n"],["\u003cp\u003eThe request body must contain a \u003ccode\u003ebudget\u003c/code\u003e field, represented as a \u003ccode\u003eBudget\u003c/code\u003e object and is a required parameter to create a budget.\u003c/p\u003e\n"],["\u003cp\u003eSuccessful budget creation returns a response body that includes the newly created \u003ccode\u003eBudget\u003c/code\u003e instance, and either the \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e or \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-billing\u003c/code\u003e OAuth scope is required for authorization.\u003c/p\u003e\n"]]],[],null,["# Method: billingAccounts.budgets.create\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n - [JSON representation](#body.request_body.SCHEMA_REPRESENTATION)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nCreates a new budget. See [Quotas and limits](https://cloud.google.com/billing/quotas) for more information on the limits of the number of budgets you can create.\n\n### HTTP request\n\n`POST https://billingbudgets.googleapis.com/v1beta1/{parent=billingAccounts/*}/budgets`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Request body\n\nThe request body contains data with the following structure:\n\n### Response body\n\nIf successful, the response body contains a newly created instance of [Budget](/billing/docs/reference/budget/rest/v1beta1/billingAccounts.budgets#Budget).\n\n### Authorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n- `https://www.googleapis.com/auth/cloud-billing`"]]