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

# Getting Started

> Everything you need to know to get started with Weir AI API v1.0.1

# Getting Started with Weir AI API v1.0.1

Welcome to Weir AI API v1.0.1! This section will guide you through everything you need to know to start building with our powerful platform.

<CardGroup cols={2}>
  <Card title="Quick Start Guide" icon="rocket" href="/v1.0.1/getting-started/quickstart">
    Get up and running with Weir AI API in minutes. Complete setup guide for developers.
  </Card>

  <Card title="Authentication Setup" icon="key" href="/v1.0.1/getting-started/authentication">
    Learn how to authenticate with different API categories and manage tokens securely.
  </Card>

  <Card title="First API Call" icon="play" href="/v1.0.1/getting-started/first-steps">
    Make your first successful API call and understand the response format.
  </Card>

  <Card title="API Categories" icon="sitemap" href="/v1.0.1/resources/concepts">
    Understand the different API categories and when to use each one.
  </Card>
</CardGroup>

## What You'll Learn

<Steps>
  <Step title="Choose Your API Category" icon="route">
    Learn about External, Console, and Admin APIs and choose the right one for your use case.
  </Step>

  <Step title="Set Up Authentication" icon="key">
    Configure authentication for your chosen API category and understand token management.
  </Step>

  <Step title="Make Your First Call" icon="play">
    Make your first API request and understand the response format.
  </Step>

  <Step title="Explore Advanced Features" icon="code">
    Learn about team management, platform administration, and other advanced features.
  </Step>
</Steps>

## Prerequisites

Before you begin, ensure you have:

<CardGroup cols={2}>
  <Card title="API Credentials" icon="key">
    Access to Weir AI API credentials (client ID, secret key, or user account)
  </Card>

  <Card title="Development Environment" icon="laptop-code">
    A development environment with your preferred programming language
  </Card>

  <Card title="HTTP Client" icon="globe">
    A tool to make HTTP requests (curl, Postman, or your preferred client)
  </Card>

  <Card title="Basic API Knowledge" icon="book">
    Familiarity with REST APIs and JSON (we'll guide you through everything)
  </Card>
</CardGroup>

## Choose Your Path

<AccordionGroup>
  <Accordion title="I'm building a third-party integration" icon="globe" defaultOpen={true}>
    **Start with**: [External APIs Quick Start](/v1.0.1/getting-started/quickstart#external-api-example)

    External APIs are perfect for:

    * Third-party application integrations
    * Public API access for external developers
    * Simple integrations with basic authentication
    * Limited scope for security
  </Accordion>

  <Accordion title="I'm building internal management tools" icon="desktop">
    **Start with**: [Console APIs Quick Start](/v1.0.1/getting-started/quickstart#console-api-example)

    Console APIs are perfect for:

    * Internal management tools
    * Organization administration
    * Team collaboration platforms
    * Platform management interfaces
  </Accordion>

  <Accordion title="I'm a system administrator" icon="shield">
    **Start with**: [Admin APIs Documentation](/v1.0.1/api-reference/admin-apis)

    Admin APIs are perfect for:

    * System administration dashboards
    * Platform monitoring and management
    * User administration tools
    * System maintenance and operations
  </Accordion>
</AccordionGroup>

## Next Steps

Once you've completed the getting started guide, explore these resources:

<CardGroup cols={2}>
  <Card title="API Reference" icon="book" href="/v1.0.1/api-reference">
    Complete reference documentation for all endpoints
  </Card>

  <Card title="Integration Guides" icon="puzzle-piece" href="/v1.0.1/guides">
    Detailed guides for building specific types of integrations
  </Card>

  <Card title="Code Examples" icon="code" href="/v1.0.1/examples">
    Ready-to-use code examples in multiple programming languages
  </Card>

  <Card title="Best Practices" icon="star" href="/v1.0.1/resources/concepts">
    Proven patterns and recommendations for building robust integrations
  </Card>
</CardGroup>

<Tip>
  **Pro Tip**: Start with the Quick Start Guide to get familiar with the API, then dive into the specific guides for your use case. The API Reference provides complete details for every endpoint.
</Tip>
