---
title: "Provision account resources."
method: POST
path: "/v1/accounts/provision"
tags: ["accounts"]
---

# Provision account resources.

`POST /v1/accounts/provision`

Provision account resources.

## Request body

- AccountProvisionParameters
  - `account_id` string

## Response `200`

OK

- AccountResourceView — Account resources represent the provisioned resources for an account including database and lambda resources.
  - `provision_status` object, required — Map of resource types to their provision status.
  - `last_reconciled` integer, nullable — The timestamp when resources were last reconciled with Kubernetes (Unix timestamp milliseconds).

---

[API](https://skmtc.dev/runloopai/apis/runloop-api.md) · [All operations](https://skmtc.dev/runloopai/apis/runloop-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/runloopai/runloop-api/revisions/63df0e3eb49d/schema)
