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

# Jaaxis Documentation: Workspaces, API, and Integrations

> Official Jaaxis documentation. Learn how to manage workspaces, invite team members, authenticate with the REST API, and configure integrations.

Jaaxis gives your team a single platform to manage workspaces, control access, connect integrations, and automate workflows. Whether you're just getting started or building advanced automations through the REST API, this documentation covers everything you need.

<CardGroup cols={2}>
  <Card title="Quick Start" icon="rocket" href="/quickstart">
    Set up your account and make your first API call in minutes.
  </Card>

  <Card title="Authentication" icon="key" href="/authentication">
    Learn how to generate API keys and authenticate requests.
  </Card>

  <Card title="Core Concepts" icon="book-open" href="/concepts/overview">
    Understand workspaces, users, roles, and the Jaaxis data model.
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference/overview">
    Explore the full REST API with request and response examples.
  </Card>
</CardGroup>

## Get up and running

<Steps>
  <Step title="Create your account">
    Sign up at [app.jaaxis.com](https://app.jaaxis.com) and verify your email address to activate your account.
  </Step>

  <Step title="Create a workspace">
    A workspace is your team's home in Jaaxis. Set up your first workspace and invite your colleagues.
  </Step>

  <Step title="Generate an API key">
    Navigate to **Settings → API Keys** and create a key to authenticate your API requests.
  </Step>

  <Step title="Make your first request">
    Use your API key to call the REST API and start building integrations with Jaaxis.
  </Step>
</Steps>

## Explore by topic

<CardGroup cols={3}>
  <Card title="Guides" icon="map" href="/guides/setup">
    Step-by-step walkthroughs for common tasks and use cases.
  </Card>

  <Card title="Integrations" icon="plug" href="/guides/integrations">
    Connect Jaaxis with the tools your team already uses.
  </Card>

  <Card title="Webhooks" icon="webhook" href="/configuration/webhooks">
    Receive real-time event notifications in your own systems.
  </Card>

  <Card title="SSO & SAML" icon="shield-check" href="/configuration/sso">
    Enable single sign-on for your organization.
  </Card>

  <Card title="Users & Roles" icon="users" href="/concepts/users-and-roles">
    Manage team members and control access with roles.
  </Card>

  <Card title="Troubleshooting" icon="wrench" href="/help/troubleshooting">
    Resolve common issues quickly.
  </Card>
</CardGroup>
