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/workspaces \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "ws_a1b2c3d4e5f6g7h8",
"name": "ACME Corporation",
"description": "Primary workspace for all ACME projects.",
"billing_mode": "pooled",
"pooled_seat_limit": 100,
"archived": false,
"created_at": "2025-10-29T00:40:06.000000Z",
"updated_at": "2025-10-29T00:40:06.000000Z",
"archived_at": null
}
],
"has_more": false
}Returns a list of workspaces the authenticated user is a member of.
curl --request GET \
--url https://v1.api.altostrat.io/workspaces \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "ws_a1b2c3d4e5f6g7h8",
"name": "ACME Corporation",
"description": "Primary workspace for all ACME projects.",
"billing_mode": "pooled",
"pooled_seat_limit": 100,
"archived": false,
"created_at": "2025-10-29T00:40:06.000000Z",
"updated_at": "2025-10-29T00:40:06.000000Z",
"archived_at": null
}
],
"has_more": false
}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?