Documentation Index
Fetch the complete documentation index at: https://docs.babou.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Retrieves a list of all projects for the authenticated user.Parameters
Maximum number of projects to return (default: 20)
Number of projects to skip for pagination (default: 0)
Returns
Returns an array of your projects with their details.Example Usage
In Claude
Direct Tool Call
Response
Common Use Cases
Check existing projects
Check existing projects
Find a specific project
Find a specific project
Review recent work
Review recent work
REST API Equivalent
This tool calls:GET /api/v1/projects
See the List Projects API documentation for more details.