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

# API Reference

> Apigene REST API reference documentation

## Overview

Use the Apigene REST API to manage specs, interactions, MCP apps, agents, skills, workflows, tasks, contexts, organizations, and tenants.

## Authentication

Most endpoints require a Bearer token. See [API Authentication](/api-reference/api-authentication) for details.

## Explore endpoints

Browse the endpoint groups in the sidebar, or start with common areas:

<CardGroup cols={2}>
  <Card title="API Specs" icon="file-code" href="/api-reference/spec/specs-list">
    Upload, list, update, and delete OpenAPI specifications
  </Card>

  <Card title="MCP" icon="server" href="/api-reference/mcp/mcp-apps-list">
    List apps, search actions, and execute MCP actions
  </Card>

  <Card title="Agents" icon="robot" href="/api-reference/agent/agents-list">
    Create and manage specialized agents
  </Card>

  <Card title="Workflows" icon="diagram-project" href="/api-reference/workflow/workflow-list">
    Create, run, and resume agent workflows
  </Card>

  <Card title="Skills" icon="wand-magic-sparkles" href="/api-reference/skill/skill-list">
    Upload and manage agent skills
  </Card>

  <Card title="Health" icon="heart-pulse" href="/api-reference/system/health-check">
    Check API health and version
  </Card>
</CardGroup>
