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

# Introduction

> Machina Sports redefines the sports analytics landscape with our plug-and-play generative AI engine. Integrate your solution with Machina Sports API and experience the future of sports technology experiences!

## Quickstart Guides

<CardGroup cols={3}>
  <Card title="API schemas" icon="map" href="/api-reference/api-schemas">
    * Check API interaction schemas for headers, requests and responses.
  </Card>

  <Card title="Create API key" icon="key" href="/api-reference/create-an-api-key">
    * Access Machina Studio and generate a new API key for your integration.
  </Card>
</CardGroup>

## Endpoints

Discover how our API can elevate your experience with features designed to enhance user engagement and data insights. Start by obtaining an API key and authenticating your requests to interact with our endpoints.

<CardGroup cols={2}>
  <Card title="Agent" icon="robot" href="/api-reference/agent/create-agent">
    Create, search, execute, and manage agents that run your workflows on a schedule.
  </Card>

  <Card title="Document" icon="file" href="/api-reference/document/create-document">
    Store and retrieve the JSON records, uploads, and generated files your agents read and write.
  </Card>

  <Card title="Workflow" icon="diagram-project" href="/api-reference/workflow/create-workflow">
    Execute and schedule the pipelines that orchestrate connectors, mappings, and AI agents.
  </Card>

  <Card title="Skill" icon="wrench" href="/api-reference/skill/create-skill">
    Create, search, execute, and manage the packaged capabilities your agents invoke.
  </Card>
</CardGroup>
