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

# Valyx API Docs

> Your quickest path to automated billing, reconciliation & faster cash flow.

<section
  style={{
padding: "3rem 2rem",
textAlign: "center",
background: "linear-gradient(135deg, #f8fafc 0%, #eef6f3 100%)", // subtle light gradient
borderRadius: "16px",
color: "#1a1a1a",
marginBottom: "2rem",
display: "flex",
flexDirection: "column",
alignItems: "center",
boxShadow: "0 4px 12px rgba(0,0,0,0.05)"
}}
>
  <img
    src="https://mintcdn.com/valyx-a9bd1670/WHPltm8ytR3egMdi/images/Valyx-logo.jpg?fit=max&auto=format&n=WHPltm8ytR3egMdi&q=85&s=d2f7ca8b7e88dabc72d96a28438d57f9"
    alt="Valyx Logo"
    style={{
  maxWidth: "400px",
  width: "100%",
  height: "auto",
  marginBottom: "1.5rem",
  filter: "drop-shadow(0px 4px 6px rgba(0,0,0,0.15))"
}}
    width="750"
    height="450"
    data-path="images/Valyx-logo.jpg"
  />

  <h1
    style={{
  fontSize: "2.5rem",
  fontWeight: "700",
  marginBottom: "0.5rem",
  textAlign: "center"
}}
  >
    Welcome to Valyx API Docs
  </h1>

  <p
    style={{
  fontSize: "1.2rem",
  maxWidth: "650px",
  textAlign: "center",
  color: "#4b5563"
}}
  >
    Build faster, smarter — automate your billing, receivables, and cash flow with our
    end-to-end automation platform.
  </p>
</section>
