---
title: "Get Style Agent Config"
method: GET
path: "/style-agent/config"
tags: ["styleAgent"]
---

# Get Style Agent Config

`GET /style-agent/config`

## Headers

- `Authorization` string, required

## Response `200`

Successful Response

- OrganizationConfigResponse — Org-level configuration slice that drives client-side behaviour. Returned by ``GET /account/config`` for both JWT and API-key auth. The organization is identified by the auth credential — no request-side org id is needed (the API key already carries one). This intentionally omits user_profile / user fields that don't make sense for API-key callers.
  - `is_acrolinx_classic` boolean, required
  - `style_agent` 'disabled' | 'enabled' | 'enabled_terminology', required
  - `style_agent_numeric_scoring` boolean, required

## Other responses

- `401` — Authentication failed or no valid API key provided.
- `403` — Forbidden
- `500` — Internal Server Error

---

[API](https://skmtc.net/markup/apis/api-reference.md) · [All operations](https://skmtc.net/markup/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/markup/api-reference/revisions/8e28e770c55d/schema)
