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

# Developer Dashboard

> Access and manage your Valiant API integration

<div className="flex flex-col items-center justify-center py-12">
  <div className="text-center max-w-2xl mx-auto">
    <div className="mb-8">
      <svg xmlns="http://www.w3.org/2000/svg" width="80" height="80" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="1.5" strokeLinecap="round" strokeLinejoin="round" className="mx-auto text-primary">
        <path d="M12 20h9" />

        <path d="M16.5 3.5a2.121 2.121 0 0 1 3 3L7 19l-4 1 1-4L16.5 3.5z" />
      </svg>
    </div>

    <h2 className="text-3xl font-bold mb-4">Coming Soon</h2>

    <p className="text-lg mb-6">
      We're building a comprehensive developer dashboard to help you manage your Valiant API integration, monitor usage, and access developer resources all in one place.
    </p>

    <p className="text-lg mb-8">
      The dashboard will include features like API key management, usage analytics, webhook configuration, and real-time logs to help you build and maintain your integration with ease.
    </p>

    <div className="mb-8">
      <p className="text-lg font-medium">
        If you have any questions in the meantime, please contact us at:
      </p>

      <a href="mailto:engineering@valiant.finance" className="text-primary hover:underline">
        [engineering@valiant.finance](mailto:engineering@valiant.finance)
      </a>
    </div>

    <a href="mailto:engineering@valiant.finance" className="inline-flex items-center justify-center px-6 py-3 border border-transparent text-base font-medium rounded-md text-white bg-primary hover:bg-primary-dark focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-primary">
      Contact Engineering Team
    </a>
  </div>
</div>
