---
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-08-30** `2779028589de` — 1 info
  - the `last_reset_datetime` response's property default value changed from `2026-08-29T03:45:55.382809Z` to `2026-08-30T04:37:06.060228Z` for the status `200`
- **2026-08-29** `563c4638cc18` — 1 info
  - the `last_reset_datetime` response's property default value changed from `2026-08-28T03:42:48.649907Z` to `2026-08-29T03:45:55.382809Z` for the status `200`
- **2026-08-28** `72225c7cf0af` — 1 info
  - the `last_reset_datetime` response's property default value changed from `2026-08-27T02:56:50.936244Z` to `2026-08-28T03:42:48.649907Z` for the status `200`
- **2026-08-27** `512ce13ab906` — 1 info
  - the `last_reset_datetime` response's property default value changed from `2026-08-26T02:23:04.592041Z` to `2026-08-27T02:56:50.936244Z` for the status `200`
- **2026-08-26** `6d5518b8cf55` — 1 info
  - the `last_reset_datetime` response's property default value changed from `2026-08-25T02:08:24.846048Z` to `2026-08-26T02:23:04.592041Z` 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-service-production.skmtc.workers.dev/v1/apis/toolhouse/toolhouse-api/revisions/2779028589de/schema)
