Documentation Index
Fetch the complete documentation index at: https://docs.early-bird.space/llms.txt
Use this file to discover all available pages before exploring further.
Introduction
Early Bird is a registry-style dataset for startup projects, programs, organizations, and application windows.Send Your Agent to Early Bird
Copy and send this to your agent:- Send the prompt above to your agent.
- The agent reads
skill.mdand follows the recommended workflow. - The agent uses Early Bird conservatively, preferring summaries before paginated detail reads.
- help users understand what data is available now
- help agents ask good questions with as few requests as possible
- make the API, MCP, CLI, and
skill.mdfit together cleanly
Start here
If you are new to Early Bird, read these pages first: If you are integrating Early Bird into an agent workflow, keep these two principles in mind:- Prefer high-level summaries before row-level fetches.
- Prefer small paginated reads before deep or exhaustive scans.
Stable entrypoints
- Mintlify site: your future
*.mintlify.appor custom docs domain - Agent-readable skill: your deployed Early Bird app at
/skill.md
Current public surfaces
GET /api/dashboardGET /api/projects?mode=pageGET /api/programs?mode=pageGET /api/organizations?mode=pageGET /api/calendar/events
Design philosophy
Early Bird is intentionally conservative:- no public full-table hydration by default
- no unconstrained query surfaces for agents
- summaries and pagination come first
- schema growth should not break existing consumers