> ## Documentation Index
> Fetch the complete documentation index at: https://docs.automate.ax/llms.txt
> Use this file to discover all available pages before exploring further.

> ## Agent Instructions
> Automate.ax automations are TypeScript programs.
> Use Bun for installation and command examples.
> Use Automate.ax for the product name and automate.ax for the package, CLI, and domain.
> Treat documented public APIs as current; do not invent transitional or deprecated names.

# Platform resources

> Understand the managed service allowances included with your plan.

Platform resources are managed services that Automate.ax provides without requiring an integration account. Your plan includes monthly allowances for these resources, shared by every project in your organization. Usage resets at the start of each UTC calendar month.

## Platform AI

Platform AI measures the model cost of [`generate`](/reference/actions/generate) calls that omit `account` and use the Automate.ax AI Gateway account. Automate.ax records the cost reported by the gateway after each generation, so the final in-flight request can take usage slightly past the allowance.

Calls that use your own provider account do not consume Platform AI.

## Platform email

Platform email measures recipients reached by the built-in [`sendEmail`](/reference/actions/send-email) action. One recipient consumes one unit. Sending to every organization member consumes one unit for each member who receives the message.

Email sent through integrations such as Gmail, Outlook, Resend, or Brevo does not consume Platform email.

## Platform SMS

Platform SMS measures carrier-billed segments sent by the built-in [`sendSms`](/reference/actions/send-sms) action, including verification messages. Long messages and Unicode can require multiple segments, and each recipient consumes the message's full segment count.

SMS sent through an integration does not consume Platform SMS.
