import type React from 'react'; import { GetStartedWizard } from '@/components/GetStartedWizard'; export const metadata = { title: 'Get Started — SentryAgent AgentIdP', description: 'Set up your first AI agent with SentryAgent AgentIdP in four steps.', }; export default function GetStartedPage(): React.ReactElement { const apiUrl = process.env.NEXT_PUBLIC_API_URL ?? 'http://localhost:3000'; return (

Get Started

Register your first agent and get production-ready credentials in minutes.

); }