INNER CODE UNIT · JavaScript

ProgrammableSection

MAIF/otoroshi · manual/next/src/pages/index.js:226

function ProgrammableSection() {
  return (
    <section className={styles.programmableSection}>
      <div className="container">
        <div className={styles.programmableCard}>
          <div className={styles.programmableIntro}>
            <div className={styles.programmableEyebrow}>API-First Gateway</div>
            <Heading as="h2">Fully Programmable, Fully Automatable</Heading>
            <p>
              Every single aspect of Otoroshi is accessible through its Admin API.
              Manage your gateway programmatically, automate your workflows, and treat your configuration as code.
            </p>
          </div>
          <div className={styles.programmableItems}>
            <div className={styles.programmableItem}>
              <div className={styles.programmableItemIcon}>{"{ }"}</div>
              <Heading as="h4">Complete Admin API</Heading>
              <p>A comprehensive REST API covering every entity — routes, backends, API keys, certificates, plugins, and more. Integrate Otoroshi into any CI/CD pipeline or custom tooling.</p>

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…