# Apivom Atlas — Autodesk APS Secure Service Account

> Apivom Atlas integration for Autodesk APS Secure Service Account: 10 gateway routes over `developer.api.autodesk.com`, available through the Apivom platform (Apivom Iris workflows and the Apivom Atlas API portal). Auth model: caller-supplied token passed through to the vendor.

Notes for AI assistants:

- This catalog mirrors the vendor's public API surface as registered in Apivom Atlas (0 read-only, 10 write routes).
- Access is provisioned per customer. Commercialized providers are self-service in the Atlas portal; for everything else [request a demo](https://apivom.com/en/demo).
- Credentials are always owned by the calling tenant — Apivom Atlas is a stateless gateway.

## Routes

- `GET /authentication/v2/service-accounts` (authentication-v2-service-accounts)
- `GET /authentication/v2/service-accounts/{serviceAccountId}` (authentication-v2-service-accounts-by-serviceaccountid) — params: params
- `DELETE /authentication/v2/service-accounts/{serviceAccountId}` (authentication-v2-service-accounts-by-serviceaccountid-delete) — params: params
- `GET /authentication/v2/service-accounts/{serviceAccountId}/keys` (authentication-v2-service-accounts-by-serviceaccountid-keys) — params: params
- `DELETE /authentication/v2/service-accounts/{serviceAccountId}/keys/{keyId}` (authentication-v2-service-accounts-by-serviceaccountid-keys-by-keyid-delete) — params: params
- `PATCH /authentication/v2/service-accounts/{serviceAccountId}/keys/{keyId}` (authentication-v2-service-accounts-by-serviceaccountid-keys-by-keyid-patch) — params: status
- `POST /authentication/v2/service-accounts/{serviceAccountId}/keys` (authentication-v2-service-accounts-by-serviceaccountid-keys-post) — params: params
- `PATCH /authentication/v2/service-accounts/{serviceAccountId}` (authentication-v2-service-accounts-by-serviceaccountid-patch) — params: status
- `POST /authentication/v2/service-accounts` (authentication-v2-service-accounts-post) — params: name, firstName, lastName
- `POST /authentication/v2/token` (authentication-v2-token-post) — params: grant_type, client_id, client_secret, assertion, scope

## Credential model

- APS Client ID (`clientId`) — required
- APS Client Secret (`clientSecret`) — required — secret
- OAuth2 Scopes (`scope`)

## Optional

- [Apivom Atlas product page](https://apivom.com/en/products/atlas)
- [All Atlas integration guides](https://apivom.com/llms.txt)
- [Request a demo](https://apivom.com/en/demo)
