Altostrat Studio is here — the AI-native network operations IDE for engineers running production. Terminal, diagrams, runbooks, and Copilot in one workspace. Get started →
curl --request GET \
--url https://signin.altostrat.io/.well-known/jwks.json{
"keys": [
{
"alg": "<string>",
"kty": "<string>",
"use": "<string>",
"n": "<string>",
"e": "<string>",
"kid": "<string>"
}
]
}Provides the set of public keys used to verify the signature of JWTs issued by the authentication server. Clients should use the kid (Key ID) from a JWT’s header to select the correct key for validation.
curl --request GET \
--url https://signin.altostrat.io/.well-known/jwks.json{
"keys": [
{
"alg": "<string>",
"kty": "<string>",
"use": "<string>",
"n": "<string>",
"e": "<string>",
"kid": "<string>"
}
]
}Documentation Index
Fetch the complete documentation index at: https://altostrat.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
A JSON object containing an array of public keys.
Show child attributes
Was this page helpful?