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 POST \
--url https://v1.api.altostrat.io/control-plane/{siteId}/credentials \
--header 'Authorization: Bearer <token>'{
"id": "b7a6c5d4-e3f2-1098-7654-3210abcdef98",
"site_id": "d290f1ee-6c54-4b01-90e6-d701748f0851",
"username": "altostrat-api",
"password": "Extr3m3lyS3cur3P@ssw0rdG3n3r@t3d",
"ip_address": "100.64.1.23",
"api_port": 8728,
"server_ip": "edge-us-east-1a.ostrat.io",
"created_at": "2025-10-28T05:00:00Z",
"updated_at": "2025-10-28T05:00:00Z"
}Generates new API credentials for the specified site. The old credentials will be invalidated and replaced on the device.
curl --request POST \
--url https://v1.api.altostrat.io/control-plane/{siteId}/credentials \
--header 'Authorization: Bearer <token>'{
"id": "b7a6c5d4-e3f2-1098-7654-3210abcdef98",
"site_id": "d290f1ee-6c54-4b01-90e6-d701748f0851",
"username": "altostrat-api",
"password": "Extr3m3lyS3cur3P@ssw0rdG3n3r@t3d",
"ip_address": "100.64.1.23",
"api_port": 8728,
"server_ip": "edge-us-east-1a.ostrat.io",
"created_at": "2025-10-28T05:00:00Z",
"updated_at": "2025-10-28T05:00:00Z"
}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.
Enter your JWT bearer token.
The unique identifier for the site.
"d290f1ee-6c54-4b01-90e6-d701748f0851"
The new API credential object.
The unique identifier for the credential set.
"b7a6c5d4-e3f2-1098-7654-3210abcdef98"
The ID of the site these credentials belong to.
"d290f1ee-6c54-4b01-90e6-d701748f0851"
The username for API access to the device.
"altostrat-api"
The password for API access to the device.
"Extr3m3lyS3cur3P@ssw0rdG3n3r@t3d"
The private IP address of the device within the management tunnel.
"100.64.1.23"
The API port configured on the device, as per its policy.
8728
The hostname of the Altostrat management server managing the device's tunnel.
"edge-us-east-1a.ostrat.io"
The timestamp when these credentials were created.
"2025-10-28T05:00:00Z"
The timestamp when these credentials were last updated.
"2025-10-28T05:00:00Z"
Was this page helpful?