diff --git a/README.md b/README.md index a9f5399..bdd5660 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # @crema/arcadia-core-client -Typed HTTP client + React bindings for the [arcadia](https://git.sky-ai.com/CremaUIStudio/arcadia-app) Phoenix API. Wraps the OpenAPI-spec'd surface at `/api/v1` with auth (Bearer JWT and/or service-account API key), tenant context (`X-Tenant-ID`), idempotency keys, error normalization, and rate-limit-aware retry. +Typed HTTP client + React bindings for the [arcadia](https://git.sky-ai.com/CremaUIStudio/arcadia-core) Phoenix API. Wraps the OpenAPI-spec'd surface at `/api/v1` with auth (Bearer JWT and/or service-account API key), tenant context (`X-Tenant-ID`), idempotency keys, error normalization, and rate-limit-aware retry. The client is **stateless about how the JWT is obtained** — callers pass `getToken` so token refresh and storage stay app-owned.