> ## Documentation Index
> Fetch the complete documentation index at: https://conductorone-docs-iga-1271.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# ConductorOne documentation

<div className="min-h-screen">
  <div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 pt-32 pb-16 relative">
    <div className="text-center">
      <h1 className="text-5xl sm:text-6xl lg:text-7xl font-bold tracking-tight text-slate-900 dark:text-white mb-3 pb-1">
        ConductorOne docs
      </h1>

      <p className="mt-6 text-xl text-slate-600 dark:text-slate-300 max-w-2xl mx-auto leading-relaxed">
        Automate security for all your human, non-human, and AI identities with one intelligent platform.
      </p>

      <div className="flex items-center justify-center" style={{ maxWidth: '800px', margin: '0 auto' }}>
        <button
          type="button"
          className="hidden w-full lg:flex items-center text-sm leading-6 py-4 pl-4 pr-4 text-gray-500 rounded-full"
          id="home-search-entry"
          style={{
        marginTop: '2rem',
        maxWidth: '40rem',
        boxShadow: '0px 1px 4px 0px rgba(8, 9, 10, 0.25), 0px 0px 0px 4px rgba(255, 255, 255, 0.20)',
        cursor: 'pointer',
        textAlign: 'left',
      }}
          onClick={()=> document.getElementById('search-bar-entry').click()}
        >
          <svg
            className="h-4 w-4 ml-1.5 flex-none bg-primary hover:bg-gray-600 dark:bg-primary-dark dark:hover:bg-white/70"
            style={{
        marginRight: '0.5rem',
        maskImage:
          'url("https://mintlify.b-cdn.net/v6.5.1/solid/magnifying-glass.svg")',
        maskRepeat: 'no-repeat',
        maskPosition: 'center center',
        }}
          />

          Search or ask...
        </button>
      </div>
    </div>
  </div>

  <div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
    <div className="text-center mb-8">
      <h2 className="text-3xl sm:text-4xl font-bold text-slate-900 dark:text-white">
        Explore the C1 docs
      </h2>
    </div>

    <div className="grid md:grid-cols-2 lg:grid-cols-2 gap-8">
      {/* Feature Card 1 */}

      <div className="group rounded-xl p-8 border border-slate-200 dark:border-slate-800 hover:shadow-xl transition-all duration-300" style={{ '--hover-border': '#5b39f5' }} onMouseEnter={(e) => e.currentTarget.style.borderColor = '#5b39f5'} onMouseLeave={(e) => e.currentTarget.style.borderColor = ''}>
        <div className="w-12 h-12 bg-[#f3f0ff] dark:bg-[#2d1f5c] rounded-lg flex items-center justify-center mb-4 group-hover:scale-110 transition-transform">
          <svg className="w-6 h-6" style={{ color: '#5b39f5' }} viewBox="0 0 40 40" fill="none">
            <title>ConductorOne</title>

            <path d="M19.9941 32.8465c-7.0951.0-12.84091-5.7458-12.84091-12.8408.0-7.0951 5.74581-12.8409 12.84091-12.8409h5.548V0h-5.548C8.94441.0.0 8.95604.0 19.9941c0 11.0496 8.95604 19.994 19.9941 19.994 11.038.0 19.994-8.956 19.994-19.994H32.8233C32.8349 27.1007 27.0891 32.8465 19.9941 32.8465z" fill="currentColor" />

            <path d="M29.1713.0116563V7.16485h3.6639V16.307H40V.0116563H29.1713z" fill="currentColor" />
          </svg>
        </div>

        <h3 className="text-xl font-semibold text-slate-900 dark:text-white mb-3">
          Products
        </h3>

        <p className="text-slate-600 dark:text-slate-400 leading-relaxed">
          Automate security for all your human, non-human, and AI identities. Run access reviews, enable self-service access, and set up just-in-time access for key resources.
        </p>

        <a href="/docs/product/intro" className="inline-flex items-center mt-4 font-medium hover:underline text-[#4a2bc9] dark:text-[#a18dff]">
          Learn more

          <svg className="ml-1 w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24">
            <path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M9 5l7 7-7 7" />
          </svg>
        </a>
      </div>

      {/* Feature Card 2 */}

      <div className="group rounded-xl p-8 border border-slate-200 dark:border-slate-800 hover:shadow-xl transition-all duration-300" onMouseEnter={(e) => e.currentTarget.style.borderColor = '#66dd23'} onMouseLeave={(e) => e.currentTarget.style.borderColor = ''}>
        <div className="w-12 h-12 bg-[#e8f9dd] dark:bg-[#1a3d0a] rounded-lg flex items-center justify-center mb-4 group-hover:scale-110 transition-transform">
          <svg className="w-6 h-6" style={{ color: '#66dd23' }} fill="currentColor" viewBox="0 0 16 16">
            <path fillRule="evenodd" d="M11.75 2.5a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5zm-2.25.75a2.25 2.25 0 1 1 3 2.122V6A2.5 2.5 0 0 1 10 8.5H6a1 1 0 0 0-1 1v1.128a2.251 2.251 0 1 1-1.5 0V5.372a2.25 2.25 0 1 1 1.5 0v1.836A2.492 2.492 0 0 1 6 7h4a1 1 0 0 0 1-1v-.628A2.25 2.25 0 0 1 9.5 3.25zM4.25 12a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5zM3.5 3.25a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0z" />
          </svg>
        </div>

        <h3 className="text-xl font-semibold text-slate-900 dark:text-white mb-3">
          Connectors
        </h3>

        <p className="text-slate-600 dark:text-slate-400 leading-relaxed">
          Pre-built connectors for Okta, Google Workspace, AWS, GitHub, and more. Build custom connectors to integrate any app, even niche or legacy systems.
        </p>

        <a href="/docs/baton/intro" className="inline-flex items-center mt-4 font-medium hover:underline text-[#2d7a0a] dark:text-[#8aec5a]">
          Learn more

          <svg className="ml-1 w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24">
            <path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M9 5l7 7-7 7" />
          </svg>
        </a>
      </div>

      {/* Feature Card 3 */}

      <div className="group rounded-xl p-8 border border-slate-200 dark:border-slate-800 hover:shadow-xl transition-all duration-300" onMouseEnter={(e) => e.currentTarget.style.borderColor = '#325bad'} onMouseLeave={(e) => e.currentTarget.style.borderColor = ''}>
        <div className="w-12 h-12 bg-[#dce7f7] dark:bg-[#152a47] rounded-lg flex items-center justify-center mb-4 group-hover:scale-110 transition-transform">
          <svg className="w-6 h-6" style={{ color: '#325bad' }} fill="none" stroke="currentColor" viewBox="0 0 24 24">
            <path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M10 20l4-16m4 4l4 4-4 4M6 16l-4-4 4-4" />
          </svg>
        </div>

        <h3 className="text-xl font-semibold text-slate-900 dark:text-white mb-3">
          Developer
        </h3>

        <p className="text-slate-600 dark:text-slate-400 leading-relaxed">
          Work with our Go and TypeScript SDKs, Terraform provider, and Postman integration. Integrate with, manage, and extend the ConductorOne platform programmatically.
        </p>

        <a href="/docs/developer/intro" className="inline-flex items-center mt-4 font-medium hover:underline text-[#2a4d94] dark:text-[#7aa3e5]">
          Learn more

          <svg className="ml-1 w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24">
            <path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M9 5l7 7-7 7" />
          </svg>
        </a>
      </div>

      {/* Card 4 */}

      <div className="group rounded-xl p-8 border border-slate-200 dark:border-slate-800 hover:shadow-xl transition-all duration-300" style={{ '--hover-border': '#5b39f5' }} onMouseEnter={(e) => e.currentTarget.style.borderColor = '#5b39f5'} onMouseLeave={(e) => e.currentTarget.style.borderColor = ''}>
        <div className="w-12 h-12 bg-[#f3f0ff] dark:bg-[#2d1f5c] rounded-lg flex items-center justify-center mb-4 group-hover:scale-110 transition-transform">
          <svg className="w-6 h-6" style={{ color: '#5b39f5' }} fill="none" stroke="currentColor" viewBox="0 0 24 24">
            <title>API</title>

            <path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M8 9l3 3-3 3m5 0h3M5 20h14a2 2 0 002-2V6a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z" />
          </svg>
        </div>

        <h3 className="text-xl font-semibold text-slate-900 dark:text-white mb-3">
          API
        </h3>

        <p className="text-slate-600 dark:text-slate-400 leading-relaxed">
          Extend ConductorOne’s power into your own ecosystem. Automate access requests, export audit data for compliance reporting, and integrate identity security directly into your internal tools and developer workflows.
        </p>

        <a href="/docs/conductorone-api/api" className="inline-flex items-center mt-4 font-medium hover:underline text-[#4a2bc9] dark:text-[#a18dff]">
          Learn more

          <svg className="ml-1 w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24">
            <path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M9 5l7 7-7 7" />
          </svg>
        </a>
      </div>
    </div>
  </div>
</div>
