Uptycs Authentication
Uptycs publishes no public API reference (per-customer docs live in-product on each https://{stack}.uptycs.io tenant), but the authentication model is documented publicly through the official Uptycs pack for Cortex XSOAR. Each API user downloads a credentials file from the Uptycs console containing an API key, API secret, the stack domain, and the customer ID. Clients mint a short-lived HS256 JWT (iss = API key, exp = now + 3600s, signed with the API secret) and send it as an Authorization Bearer token, along with an RFC 1123 date header, to https://{stack}.uptycs.io/public/api/customers/{customerId}.
Uptycs secures its APIs with http across 1 declared security scheme, as derived from its OpenAPI definitions.
Security Schemes
Source
Authentication Profile
Work with this as data
Every security artifact here is available over the APIs.io API and to AI agents over MCP.