# Better Auth Infrastructure (/docs/infrastructure/introduction)

Enterprise-grade dashboard, security, and managed services for Better Auth.



Better Auth Infrastructure is a paid service that extends your authentication system with a management dashboard,
abuse protection, transactional messaging, and enterprise features - all without managing additional infrastructure.

## Key Features [#key-features]

<Cards>
  <Card title="Dashboard" description="Manage users, organizations, sessions, and view analytics from a single interface." />

  <Card title="Security" description="Protect against credential stuffing, bots, disposable emails, and impossible travel." />

  <Card title="Email & SMS" description="Send verification emails, password resets, and OTP codes with pre-built templates." />

  <Card title="Enterprise" description="SSO/SAML, directory sync (SCIM), log drains, and role-based dashboard access." />
</Cards>

You're one plugin away from getting started:

```ts
import { betterAuth } from "better-auth";
import { dash } from "@better-auth/infra";
import { sentinel } from "@better-auth/infra";

export const auth = betterAuth({
  plugins: [dash()],
});
```

Check out our [Getting Started](/docs/infrastructure/getting-started) guide for more details.

## Next Steps [#next-steps]

<Cards>
  <Card href="/docs/infrastructure/getting-started" title="Getting Started" description="Install and configure the infrastructure package." />

  <Card href="/docs/infrastructure/plugins/dashboard" title="Dashboard" description="Set up analytics, activity tracking, and admin APIs." />

  <Card href="/docs/infrastructure/plugins/audit-logs" title="Audit Logs" description="Track and query authentication events." />

  <Card href="/docs/infrastructure/plugins/sentinel" title="Sentinel" description="Enable abuse protection and security checks." />
</Cards>

