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/workflows/node-types \
--header 'Authorization: Bearer <token>'[
{
"id": "webhook",
"name": "Webhook",
"category": "action",
"validation_rules": {}
}
]Retrieves a list of all available node types (triggers, actions, and conditions) that can be used to build workflows, along with their configuration schemas.
curl --request GET \
--url https://v1.api.altostrat.io/workflows/node-types \
--header 'Authorization: Bearer <token>'[
{
"id": "webhook",
"name": "Webhook",
"category": "action",
"validation_rules": {}
}
]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.
Standard JWT for user sessions obtained via Altostrat authentication.
A list of available node types.
The unique component identifier for the node type.
"webhook"
The human-readable name of the node type.
"Webhook"
The category the node belongs to.
trigger, action, condition "action"
A map of field names to their Laravel validation rules.
Show child attributes
Was this page helpful?