SIGN IN SIGN UP

Add api keys management api methods (#1434)

## Description

This PR adds methods for new API key management API endpoints that we
recently added.
- `organizations.listOrganizationApiKeys` (`GET
/organizations/:id/api_keys`)
- `organizations.createOrganizationApiKey` (`POST
/organizations/:id/api_keys`)
  - `apiKeys.deleteApiKey` (`DELETE /api_keys/:id`)

## Documentation

Does this require changes to the WorkOS Docs? E.g. the [API
Reference](https://workos.com/docs/reference) or code snippets need
updates.

```
[x] Yes
```

If yes, link a related docs PR and add a docs maintainer as a reviewer.
Their approval is required.
S
Stanley Phu committed
fc9f6fe0eced8cfd54c6f45cb7b552bd3a1bcba7
Parent: 4149430
Committed by GitHub <noreply@github.com> on 1/6/2026, 10:26:49 PM