# Pathors ## Docs - [Create Call](https://docs.pathors.com/en/api-reference/call/create-call.md): Create an outbound call to initiate a phone call - [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 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. - [Status Reference](https://docs.pathors.com/en/api-reference/status-reference.md): All status values you'll see across Pathors and what each one means. - [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) - [Create Outbound Call](https://docs.pathors.com/en/api-reference/v1/calls/create-outbound-call.md): Initiate an outbound phone call from a configured pool number to a target number - [Create Dataset](https://docs.pathors.com/en/api-reference/v1/datasets/create-dataset.md): Upload a file and create a dataset in a knowledgebase - [Delete Dataset](https://docs.pathors.com/en/api-reference/v1/datasets/delete-dataset.md): Delete a dataset, its chunks, and its embeddings - [List Datasets](https://docs.pathors.com/en/api-reference/v1/datasets/list-datasets.md): List datasets in a knowledgebase - [Preview Chunks](https://docs.pathors.com/en/api-reference/v1/datasets/preview-chunks.md): List the chunks extracted from a dataset - [V1 REST API](https://docs.pathors.com/en/api-reference/v1/introduction.md): Developer API for managing projects, agents, pathways, and tools - [Create Knowledgebase](https://docs.pathors.com/en/api-reference/v1/knowledgebases/create-knowledgebase.md): Create a knowledgebase for a project - [Delete Knowledgebase](https://docs.pathors.com/en/api-reference/v1/knowledgebases/delete-knowledgebase.md): Delete a knowledgebase and all its data - [List Knowledgebases](https://docs.pathors.com/en/api-reference/v1/knowledgebases/list-knowledgebases.md): List knowledgebases for a project - [Query Chunks](https://docs.pathors.com/en/api-reference/v1/knowledgebases/query-chunks.md): Semantic search over a knowledgebase - [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 Test Case](https://docs.pathors.com/en/api-reference/v1/test-cases/create-test-case.md): Create a new test case for a project - [Delete Test Case](https://docs.pathors.com/en/api-reference/v1/test-cases/delete-test-case.md): Delete a test case by ID - [Get Test Case](https://docs.pathors.com/en/api-reference/v1/test-cases/get-test-case.md): Get a single test case by ID - [List Test Cases](https://docs.pathors.com/en/api-reference/v1/test-cases/list-test-cases.md): List all test cases for a project - [Update Test Case](https://docs.pathors.com/en/api-reference/v1/test-cases/update-test-case.md): Update a test case by ID - [Create Test Suite](https://docs.pathors.com/en/api-reference/v1/test-suites/create-test-suite.md): Create a new test suite for a project - [Delete Test Suite](https://docs.pathors.com/en/api-reference/v1/test-suites/delete-test-suite.md): Delete a test suite by ID - [Get Test Results](https://docs.pathors.com/en/api-reference/v1/test-suites/get-test-results.md): Get test results for a test suite - [Get Test Suite](https://docs.pathors.com/en/api-reference/v1/test-suites/get-test-suite.md): Get a single test suite by ID - [List Test Suites](https://docs.pathors.com/en/api-reference/v1/test-suites/list-test-suites.md): List all test suites for a project - [Update Test Suite](https://docs.pathors.com/en/api-reference/v1/test-suites/update-test-suite.md): Update a test suite by ID - [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 - [Initial Setup](https://docs.pathors.com/en/api-reference/webhook/initial-setup.md): Configure your agent's webhook URL and pick which lifecycle events fire it. - [Webhook Payloads](https://docs.pathors.com/en/api-reference/webhook/payloads.md): JSON payloads your endpoint receives for each lifecycle event. Discriminated by the top-level `event` field. - [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. - [Google Calendar Integration](https://docs.pathors.com/en/guides/pathors-tutorial-03-custom-integrations.md): Learn how to 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)