---
title: "Use User Credits"
method: POST
path: "/me/credits/use"
tags: ["User API"]
---

# Use User Credits

`POST /me/credits/use`

Use User Credits

## Response `200`

Successfully used user credits

- AgentExecutionCredits
  - `user_id` string, required
  - `total_executions` integer, required
  - `allowed_monthly_executions` integer, required
  - `active_reserved_executions` integer
  - `available_executions` integer
  - `reset_datetime` string, date-time, required
  - `last_reset_datetime` string, date-time

## Other responses

- `404` — User credits not found
- `500` — Internal server error

## Changes

- **2026-09-27** `2c8bf9f139a8` — 1 info
  - the `last_reset_datetime` response's property default value changed from `2026-09-26T03:02:06.214746Z` to `2026-09-26T03:02:06.161532Z` for the status `200`
- **2026-09-26** `74c8636645b3` — 1 info
  - the `last_reset_datetime` response's property default value changed from `2026-09-25T07:26:00.880477Z` to `2026-09-26T03:02:06.214746Z` for the status `200`
- **2026-09-25** `949a8e67b97c` — 1 info
  - the `last_reset_datetime` response's property default value changed from `2026-09-24T07:05:36.683296Z` to `2026-09-25T07:26:00.880477Z` for the status `200`
- **2026-09-24** `ec53b2b9f0c6` — 1 info
  - the `last_reset_datetime` response's property default value changed from `2026-09-23T01:41:44.846959Z` to `2026-09-24T07:05:36.683296Z` for the status `200`
- **2026-09-23** `c493ba7d852b` — 1 info
  - the `last_reset_datetime` response's property default value changed from `2026-09-23T01:41:44.842570Z` to `2026-09-23T01:41:44.846959Z` for the status `200`

[Full history](https://skmtc.dev/toolhouse/apis/toolhouse-api/changes/me/credits/use/post.md)

---

[API](https://skmtc.dev/toolhouse/apis/toolhouse-api.md) · [All operations](https://skmtc.dev/toolhouse/apis/toolhouse-api/llms.txt) · [OpenAPI document](https://skmtc.dev/toolhouse/apis/toolhouse-api/revisions/2c8bf9f139a8?raw)
