A dangerous scaling threshold can arrive before an AI startup has huge traffic. A prototype can run with an API key and shared capacity. Real users put credentials, service availability and meaningful spend into the same system.
Prototype shortcuts acquire real consequences
Real users raise the stakes. Quota limits can disrupt requests. Monitoring helps teams distinguish application faults from traffic or capacity problems.
Moving beyond a prototype can require cloud projects, service accounts, identity and access management (IAM), billing and logging. IAM defines which users and software identities can access particular resources.
Production changes the environment around the model
The production decision covers both the model and its operating environment. A team must decide which identities can access the model, how requests are observed, where workloads run and how spending is controlled.
A project in mind?
Schedule a 30-minute meeting with us.
Senior experts helping you move faster across product, engineering, cloud & AI.
Prototype credentials can become security and cost liabilities
Raw API keys reduce setup friction during experiments. Once a product serves real users, credential leakage can expose paid resources to unauthorized use.
Credential security is therefore also a financial control.
Secret Manager is Google Cloud’s service for storing sensitive values such as credentials.
Google also describes controls that limit spend.
A 429 can have several causes
An HTTP 429 response means a service is throttling requests. Dynamic Shared Quota is Google’s mechanism for allocating shared model capacity among workloads.
Retry and backoff means trying a failed request again after progressively longer delays.
Some workloads can tolerate delayed execution, including document summarisation, bulk translation, embedding backfills and evaluation work. An embedding backfill generates vector representations for an existing collection of data. Batch processing groups this work for asynchronous execution.
Controls can mature as exposure grows
Different forms of exposure create different operating requirements. Credentials create security risk, while billing creates financial risk. User-facing requests add service-availability requirements.
The same issue extends to AI agents that browse the web, call tools or execute code. Prompt injection is an attempt to manipulate an AI system through malicious instructions in its input. A tightly scoped identity can access only the resources required for its task.
Agents can take actions beyond generating text, making authorization boundaries concrete engineering decisions. Teams must decide which resources an agent may read, which tools it may call and which operations it may execute.
Key executive takeaways
- Production risk starts before massive scale: Real users turn prototype shortcuts into security, cost and availability risks. Leaders should introduce monitoring, IAM and billing controls as exposure grows.
- Production readiness extends beyond the model: Identity, observability, workload location and spend controls are part of the production architecture. Treat these decisions as core infrastructure requirements.
- Credentials are also financial controls: Leaked API keys can expose paid resources to unauthorized use. Move production credentials into managed secrets and tightly scope access.
- Design for throttling and variable capacity: HTTP 429 responses can reflect shared-capacity constraints. Use monitoring, retry and backoff, and move delay-tolerant workloads to batch processing where appropriate.
- Scale controls with agent capabilities: Security requirements increase when AI agents can browse, call tools or execute code. Give each agent only the identities, resources and permissions required for its task.
A project in mind?
Schedule a 30-minute meeting with us.
Senior experts helping you move faster across product, engineering, cloud & AI.


