---
title: "POST /identities/GetWorkloadAccessToken"
method: POST
path: "/identities/GetWorkloadAccessToken"
---

# POST /identities/GetWorkloadAccessToken

`POST /identities/GetWorkloadAccessToken`

Obtains a workload access token for agentic workloads not acting on behalf of a user.

## Request body

- object
  - `workloadName` string, required — The unique identifier for the registered workload.

## Response `200`

Success

- GetWorkloadAccessTokenResponse
  - `workloadAccessToken` string, password, required — An opaque token representing the identity of both the workload and the user.

## Other responses

- `480` — UnauthorizedException
- `481` — ValidationException
- `482` — AccessDeniedException
- `483` — ResourceNotFoundException
- `484` — ThrottlingException
- `485` — InternalServerException

---

[API](https://skmtc.net/aws/apis/bedrock-agentcore.md) · [All operations](https://skmtc.net/aws/apis/bedrock-agentcore/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/bedrock-agentcore/versions/79623b33d495/schema)
