# Welcome

import { Card, CardHeader, CardTitle, CardDescription } from "zudoku/ui/Card";
import { Link } from "zudoku/components";

The SecuriThings API enables developers and AI agents to access data, execute tasks, automate device
workflows, and integrate with third-party systems.

## What you can build

- **Monitoring and data retrieval.** Read device, site, and compliance data across your fleet, and
  feed it into your own tools.
- **Automation and tasks.** Execute remediation tasks and automate device workflows programmatically.
- **Integrations with third-party systems.** Connect SecuriThings to the platforms and services your
  team already runs on.

## Start here

<div className="grid grid-cols-1 md:grid-cols-2 gap-4 not-prose my-6">
  <Link to="/guides/authentication">
    <Card className="h-full hover:ring-primary transition-colors">
      <CardHeader>
        <CardTitle>Authentication</CardTitle>
        <CardDescription>
          Get credentials and exchange them for a token.
        </CardDescription>
      </CardHeader>
    </Card>
  </Link>
  <Link to="/guides/requests-and-responses">
    <Card className="h-full hover:ring-primary transition-colors">
      <CardHeader>
        <CardTitle>API Fundamentals</CardTitle>
        <CardDescription>
          Understand the conventions that apply before you call an endpoint.
        </CardDescription>
      </CardHeader>
    </Card>
  </Link>
  <Link to="/use-cases/device-inventory">
    <Card className="h-full hover:ring-primary transition-colors">
      <CardHeader>
        <CardTitle>Use Cases</CardTitle>
        <CardDescription>Learn what you can do with the API.</CardDescription>
      </CardHeader>
    </Card>
  </Link>
  <Link to="/api">
    <Card className="h-full hover:ring-primary transition-colors">
      <CardHeader>
        <CardTitle>API Reference</CardTitle>
        <CardDescription>
          Find every endpoint, parameter, and response in one place.
        </CardDescription>
      </CardHeader>
    </Card>
  </Link>
</div>

## Contact

For questions and support, speak to our [support team](mailto:cs_engineers@securithings.com).

Want to learn more about the SecuriThings solution? Reach out to our
[sales team](mailto:info@securithings.com).

:::rocket

The SecuriThings Developer Center evolves based on your needs. We continuously add new API
endpoints, Documentation, and Use Cases driven by customer feedback.

:::
