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://v1.api.altostrat.io/organizations/resolve/{login_hint}{
"organization_id": "org_aBcDeFg123456789"
}Given a unique login hint (e.g., a short company name like ‘acme’), this endpoint returns the corresponding organization ID. This is useful for pre-filling organization details in a login flow. This is a public, unauthenticated endpoint.
curl --request GET \
--url https://v1.api.altostrat.io/organizations/resolve/{login_hint}{
"organization_id": "org_aBcDeFg123456789"
}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.
Was this page helpful?