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

# Sesame HR API

> Automate your HR operations and build integrations that scale with your team

Sesame HR is the all-in-one platform that helps companies manage their people — from time tracking and scheduling to contracts, vacations, recruitment, and beyond. Thousands of companies across Europe and Latin America rely on Sesame every day.

The **Sesame HR API** opens that same power to your code. Connect your internal tools, sync data with your payroll provider, build custom dashboards, or automate the repetitive tasks that slow your HR team down.

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Make your first API call in under 5 minutes
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference/legacy-introduction">
    Explore every endpoint, parameter, and response
  </Card>
</CardGroup>

## Why use the API?

Whether you are a two-person startup or a 10,000-employee enterprise, the API lets you:

* **Eliminate double data entry** — sync employees, contracts, and org charts with your ERP or payroll system in real time.
* **Build custom workflows** — auto-assign shifts, trigger absence approvals, or create onboarding pipelines that match how your company actually works.
* **Centralize reporting** — pull time tracking, vacation balances, and expense data into your own BI tools.
* **Extend the platform** — build internal apps, Slack bots, or mobile experiences on top of Sesame data.

## Base URL

All requests go to a region-specific endpoint:

```
https://api-{region}.sesametime.com
```

<Note>
  Replace `{region}` with the data region assigned to your account. You can find your region [here](https://app.sesametime.com/admin/configuration/integrations/api-tokens).
</Note>

## What can you build?

<CardGroup cols={3}>
  <Card title="Employee Management" icon="users">
    Create, update, and query employee records, departments, offices, and org structure
  </Card>

  <Card title="Time Tracking" icon="clock">
    Clock in/out, log work entries, and pull attendance reports
  </Card>

  <Card title="Scheduling" icon="calendar">
    Manage shifts, planners, schedule templates, and work agreements
  </Card>

  <Card title="Contracts & Payroll" icon="file-contract">
    Handle contracts, salaries, compensations, and payroll data
  </Card>

  <Card title="Vacations & Absences" icon="umbrella-beach">
    Configure vacation policies, manage calendars, and process requests
  </Card>

  <Card title="Recruitment" icon="user-plus">
    Post vacancies, track candidates, and automate hiring workflows
  </Card>
</CardGroup>

## Need help?

<CardGroup cols={2}>
  <Card title="Support Center" icon="life-ring" href="https://help.sesamehr.com">
    Knowledge base and direct support
  </Card>

  <Card title="API Status" icon="signal" href="https://status.sesametime.com">
    Real-time uptime and incident history
  </Card>
</CardGroup>
