> ## Documentation Index
> Fetch the complete documentation index at: https://docs.potpie.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# API Overview

<CardGroup cols={3}>
  <Card title="Parse Directory" icon="folder-tree" href="/api-reference/endpoint/parse-directory">
    Parse a GitHub repository or local directory to create a knowledge graph for AI-powered code analysis.
  </Card>

  <Card title="Get Parsing Status" icon="spinner" href="/api-reference/endpoint/get-parsing-status">
    Check the current parsing status of a repository.
  </Card>

  <Card title="Create Conversation" icon="comments" href="/api-reference/endpoint/create-conversation">
    Start a new AI conversation session with a specific agent and project context.
  </Card>

  <Card title="Post Message" icon="message" href="/api-reference/endpoint/post-message">
    Send a message to an existing conversation and receive AI-generated responses.
  </Card>

  <Card title="Create Conversation And Message" icon="comment-plus" href="/api-reference/endpoint/create-conversation-and-message">
    Create a new conversation and send the first message in a single API call.
  </Card>

  <Card title="List Projects" icon="list" href="/api-reference/endpoint/list-projects">
    Retrieve all parsed projects associated with your account.
  </Card>

  <Card title="List Agents" icon="robot" href="/api-reference/endpoint/list-agents">
    Get a list of all available AI agents with their capabilities and use cases.
  </Card>

  <Card title="Save Integration" icon="plug" href="/api-reference/endpoint/save-integration">
    Save configuration for third-party integrations like Sentry, Jira, Linear, or Confluence.
  </Card>
</CardGroup>
