# Trakk Agency API > Server-to-server API for accessing SEO projects, monthly reports, and AI-generated SEO content. API base URL: https://admin.trakk.ai/api/v1 All requests require a Bearer token. Responses are JSON. The primary use case is fetching generated SEO content (headings, body text, metadata, etc.) grouped by keyword for a given report, and syncing it into downstream systems like a CMS. ## API Reference - [Full API Reference (AGENT.md)](/AGENT.md): Complete endpoint reference, all schemas, auth, error codes, and content scheme definitions - optimised for LLM consumption. - [OpenAPI Spec](/openapi.yaml): Machine-readable OpenAPI 3.0.3 specification. ## Skills - [Fetch report content and common tasks (SKILL.md)](/SKILL.md): Step-by-step task recipes for the most common integrations: fetching the latest report content, syncing across projects, auditing keyword coverage, and publishing HTML. ## Versioned assets - [v1 AGENT.md](/v1/llm/AGENT.md) - [v1 SKILL.md](/v1/llm/SKILL.md) - [v1 openapi.yaml](/v1/llm/openapi.yaml)