Create a pathway
POST/v1/pathways
Create a pathway from a name and language. Version 1 is seeded from the default flow so the pathway opens runnable and can be iterated with POST /pathways/{id}/import. Requires an owner-bound key whose owner is an engineer.
Request
Responses
- 201
- 400
- 401
- 403
- 429
Invalid name/language.
Missing, invalid, revoked, or expired API key.
The key lacks the pathways:write scope, is not owner-bound, or its owner is not an engineer.
Rate limit exceeded.