# Pathors ## Docs - [Create Call](https://docs.pathors.com/en/api-reference/call/create-call.md): Create an outbound call to initiate a phone call - [Create Dataset](https://docs.pathors.com/en/api-reference/dataset/create-dataset.md): Upload and create a new dataset in a specific knowledgebase - [Delete Dataset](https://docs.pathors.com/en/api-reference/dataset/delete-dataset.md): Remove a dataset from a specific knowledgebase - [Get Datasets](https://docs.pathors.com/en/api-reference/dataset/get-datasets.md): Retrieve all datasets from a specific knowledgebase - [Preview Chunks from Knowledgebase](https://docs.pathors.com/en/api-reference/dataset/preview-chunks.md): Retrieve all text chunks from a specific dataset in a knowledgebase - [Completions API](https://docs.pathors.com/en/api-reference/integration/completion.md): Use our OpenAI-compatible chat completions API to integrate with any platform. - [LINE Integration](https://docs.pathors.com/en/api-reference/integration/line.md): The LINE integration endpoint allows you to receive and process messages from LINE Messaging API. - [API Reference](https://docs.pathors.com/en/api-reference/introduction.md): Overview of the Pathors API integrations - [Create Knowledgebase](https://docs.pathors.com/en/api-reference/knowledgebase/create-knowledgebase.md): Create a new knowledgebase for your project - [Delete Knowledgebase](https://docs.pathors.com/en/api-reference/knowledgebase/delete-knowledgebase.md): Delete an existing knowledgebase from your project - [Get Knowledgebase](https://docs.pathors.com/en/api-reference/knowledgebase/get-knowledgebases.md): Retrieve knowledgebases for your project - [Query Chunks](https://docs.pathors.com/en/api-reference/knowledgebase/query-chunks.md): Search and retrieve relevant chunks from a specific knowledgebase - [Create Session](https://docs.pathors.com/en/api-reference/session/create-session.md): Create a new session with optional initial variables for conversation continuity. - [End Session](https://docs.pathors.com/en/api-reference/session/end-session.md): End an existing session to cleanup resources and terminate conversation context. - [Query Session](https://docs.pathors.com/en/api-reference/session/query-session.md): Retrieve session information by session ID to view conversation context and variables. - [Search Sessions](https://docs.pathors.com/en/api-reference/session/search-sessions.md): Search for sessions by matching content in session data, including variables and messages. - [Get Agent Config](https://docs.pathors.com/en/api-reference/v1/agent/get-agent.md): Get the agent configuration for a project - [Update Agent Config](https://docs.pathors.com/en/api-reference/v1/agent/update-agent.md): Update agent configuration (partial update) - [V1 REST API](https://docs.pathors.com/en/api-reference/v1/introduction.md): Developer API for managing projects, agents, pathways, and tools - [Create Edge](https://docs.pathors.com/en/api-reference/v1/pathway/create-edge.md): Add a new edge connecting two nodes - [Create Node](https://docs.pathors.com/en/api-reference/v1/pathway/create-node.md): Add a new node to the pathway - [Delete Edge](https://docs.pathors.com/en/api-reference/v1/pathway/delete-edge.md): Delete an edge - [Delete Node](https://docs.pathors.com/en/api-reference/v1/pathway/delete-node.md): Delete a node and its connected edges - [Get Edge](https://docs.pathors.com/en/api-reference/v1/pathway/get-edge.md): Get a single edge by ID - [Get Node](https://docs.pathors.com/en/api-reference/v1/pathway/get-node.md): Get a single node by ID - [Get Pathway](https://docs.pathors.com/en/api-reference/v1/pathway/get-pathway.md): Get the full pathway (nodes + edges) for a project - [List Edges](https://docs.pathors.com/en/api-reference/v1/pathway/list-edges.md): List all edges in the pathway - [List Nodes](https://docs.pathors.com/en/api-reference/v1/pathway/list-nodes.md): List all nodes in the pathway - [Update Edge](https://docs.pathors.com/en/api-reference/v1/pathway/patch-edge.md): Update an edge's condition, source, or target - [Update Node](https://docs.pathors.com/en/api-reference/v1/pathway/patch-node.md): Partially update a node's configuration - [Replace Pathway](https://docs.pathors.com/en/api-reference/v1/pathway/update-pathway.md): Replace the entire pathway - [Create Project](https://docs.pathors.com/en/api-reference/v1/projects/create-project.md): Create a new project - [Delete Project](https://docs.pathors.com/en/api-reference/v1/projects/delete-project.md): Delete a project (owner only) - [Get Project](https://docs.pathors.com/en/api-reference/v1/projects/get-project.md): Get project details by ID - [List Projects](https://docs.pathors.com/en/api-reference/v1/projects/list-projects.md): List all projects the authenticated user has access to - [Update Project](https://docs.pathors.com/en/api-reference/v1/projects/update-project.md): Update project settings - [Create Tool](https://docs.pathors.com/en/api-reference/v1/tools/create-tool.md): Create a new tool for a project - [Delete Tool](https://docs.pathors.com/en/api-reference/v1/tools/delete-tool.md): Delete a tool - [Get Tool](https://docs.pathors.com/en/api-reference/v1/tools/get-tool.md): Get a single tool by ID - [List Tool Types](https://docs.pathors.com/en/api-reference/v1/tools/list-tool-types.md): List all available tool types and their configuration schemas - [List Tools](https://docs.pathors.com/en/api-reference/v1/tools/list-tools.md): List all tools for a project - [Update Tool](https://docs.pathors.com/en/api-reference/v1/tools/update-tool.md): Update a tool's configuration - [Compliance](https://docs.pathors.com/en/compliance.md): Pathors security certifications and compliance status - [MCP Integration](https://docs.pathors.com/en/guides/mcp/introduction.md): Connect to Pathors via Model Context Protocol for AI-native agent management - [Quick Start Guide](https://docs.pathors.com/en/guides/pathors-tutorial-0-quick-start.md): Learn how to quickly sign in to Pathors and create your first workflow - [Build a Complex Conversational Agent](https://docs.pathors.com/en/guides/pathors-tutorial-01-appendix-complex-agent.md): Learn how to design and implement a complex decision flow in Pathors (restaurant reservation example) - [Create Conversational Agent](https://docs.pathors.com/en/guides/pathors-tutorial-01-create-agent.md): Learn how to create your first conversational agent using Pathors platform. - [Connect Knowledge Base to Agent](https://docs.pathors.com/en/guides/pathors-tutorial-02-knowledge-base.md): Learn how to connect a knowledge base to your Pathors agent for smarter answers. - [Custom Models & Google Calendar Integration](https://docs.pathors.com/en/guides/pathors-tutorial-03-custom-integrations.md): Learn how to customize AI models and integrate external services like Google Calendar into your Pathors Agent. - [Usage Analytics](https://docs.pathors.com/en/guides/pathors-tutorial-04-usage-analytics.md): Learn how to monitor and analyze the usage and performance metrics of your Pathors Agent. - [Connect to Web Chat](https://docs.pathors.com/en/guides/quick-start-chat.md): Learn how to quickly set up and use Pathors chat integration - [Connect to Chatwoot](https://docs.pathors.com/en/guides/quick-start-chatwoot.md): Learn how to integrate Chatwoot with Pathors, including obtaining your API Access Token, configuring credentials, and creating an Agent Bot. - [Connect to LINE Bot](https://docs.pathors.com/en/guides/quick-start-linebot.md): Learn how to quickly integrate LINE Bot with Pathors, including Messaging API, Channel Secret, Access Token, and webhook setup. - [Connect to Telegram Bot](https://docs.pathors.com/en/guides/quick-start-telegram.md): Learn how to quickly integrate Telegram Bot in Pathors, including creating bot with BotFather, obtaining Token, and setting up Webhook - [Connect to WeChat](https://docs.pathors.com/en/guides/quick-start-wechat.md): Learn how to quickly integrate WeChat Official Account in Pathors, including creating app, obtaining AppID and AppSecret, setting up webhook URL - [Claude Code Skills](https://docs.pathors.com/en/guides/skills/introduction.md): Pre-built workflows for building and managing Pathors agents with Claude Code - [Introduction](https://docs.pathors.com/en/introduction.md): Build, test, monitor, and deploy AI voice agents that sound human — fully manageable by AI assistants - [Partner Program](https://docs.pathors.com/en/partner-program.md): Join the Pathors Partner Program — build, resell, or integrate with our conversational AI platform. ## OpenAPI Specs - [openapi](https://docs.pathors.com/api-reference/openapi.json) ## Optional - [Pricing](https://pathors.com/pricing) - [Community & Support](https://discord.gg/e8g86Hqae) - [Blog](https://pathors.com/blog) - [Book Demo](https://pathors.com/book-demo)