The API server must be running at
http://localhost:8001 before proceeding. All requests require an x-api-key header with a valid API key.Parse a repository
Submit a repository for parsing. Potpie builds a knowledge graph of every component and relationship across the codebase.The response returns a
project_id for subsequent steps.Check parsing status
Poll this endpoint until status is Possible status values:
ready before starting a conversation.submitted, processing, ready, failed.List available agents
id (e.g. codebase_qna_agent, debugging_agent) for use when creating a conversation.
