The V1 REST API provides full programmatic access to manage your Pathors projects. All endpoints use Developer Key authentication.Documentation Index
Fetch the complete documentation index at: https://docs.pathors.com/llms.txt
Use this file to discover all available pages before exploring further.
Base URL
Authentication
All V1 API requests require a Developer Key passed via theAuthorization header:
Resources
Projects
Create and manage projects.
Agent Config
Configure agent settings (global prompt, execution mode, etc.).
Pathway
Read and modify conversation flow graphs (nodes and edges).
Tools
Manage tools available to the agent.
Error Format
All errors follow a consistent format:| Status Code | Description |
|---|---|
| 400 | Validation error |
| 401 | Invalid or missing developer key |
| 403 | Insufficient permissions |
| 404 | Resource not found |
| 409 | Conflict (e.g., duplicate ID) |
| 500 | Internal server error |
