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

# AIUC-1 Certification

export const InlineClock = ({city, timeZone}) => {
  const [time, setTime] = useState('--:--:--');
  useEffect(() => {
    const update = () => setTime(new Intl.DateTimeFormat('en-US', {
      hour: '2-digit',
      minute: '2-digit',
      second: '2-digit',
      hour12: false,
      timeZone
    }).format(new Date()));
    update();
    const id = setInterval(update, 1000);
    return () => clearInterval(id);
  }, [timeZone]);
  return <div className="aiuc-footer-clock">
      <span className="aiuc-footer-clock-city">{city}</span>
      <span className="aiuc-footer-clock-time">{time}</span>
    </div>;
};

**How to get certified?** AIUC-1 certification typically takes between four and eight weeks, depending on the organization’s AI safeguards and governance maturity. An accredited auditor guides the organization through each step to collect evidence and address the gaps to pass AIUC-1. Get started [here](https://aiuc.typeform.com/to/jKJdTqI4).

## The typical AIUC-1 certification process:

<div className="aiuc-certification-roadmap-table" />

| Phase                 | Timeframe | Tasks                                                                                                                               | Results                                                        |
| --------------------- | --------- | ----------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------- |
| Scoping & kick-off    | 1-2 weeks | Define product scope<br />Assign key team members<br />Set up env & config<br />Identify initial evidence & gaps<br />Sign contract | Audit & evals scoped<br />Initial gaps identified              |
| Collect evidence      | 3-5 weeks | Operational practices<br />Legal / governance policies<br />Technical implementation                                                | Evidence collected<br />Evidence gaps remediated               |
| Conduct evals         | 3-5 weeks | Hallucinations<br />Unsafe tool calls<br />Adversarial attacks (etc)                                                                | Evals set up & implemented<br />Eval vulnerabilities mitigated |
| Finalise audit report | 1-3 weeks | Combine all evidence<br />Develop final report<br />Obtain report signoff                                                           | Final audit report delivered<br />AIUC-1 certificate issued    |

## At the end of the certification process, companies get:

* **AIUC-1 certificate** that communicates trust to enterprise buyers
* **Comprehensive audit report** with third-party attestation and eval results
* **AIUC-1 badge** for trust center, footer, or relevant sales collateral

### Why get AIUC-1 certified?

Organizations developing and deploying AI agents pursue AIUC-1 to:

1. **Improve security, safety and reliability:** AIUC-1 combines state-of-the-art technical testing and technical, operational and legal controls that make a difference. For example:
2. A customer service agent company saw its hallucination rate drop from 11% to \<2% by strengthening its groundedness filter.
3. A product onboarding agent company discovered and patched a PII exposure vulnerability during the certification process.
4. A customer support agent company saw inappropriate tone & output format outputs reduce from 9% to \<2% by strengthening defensive prompting and configuring output moderation
5. **Demonstrate system security to customers, board, regulators and other key stakeholders:** The AIUC-1 certificate, audit report and eval results comprehensively covers all enterprise risks and showcase how your organization has mitigated these risks proactively. Collectively, these assets build trust, underscore that AI security is a strategic priority, and help unblock deals.

AIUC-1 operationalizes the top emerging AI frameworks like [ISO42001](/crosswalks/iso-42001), [NIST AI RMF](/crosswalks/nist-ai-rmf), and the [EU AI Act](/crosswalks#:~:text=frameworks%20including%20the-,EU%20AI%20Act,-%2C%20the%20NIST%20AI) - and avoids duplicating the work of non-AI frameworks like SOC 2, ISO 27001, or GDPR. Read more [here](/crosswalks).

### Who is AIUC-1 certification for?

Organizations should pursue AIUC-1 certification if they are:

1. **Adopting or developing agentic AI** systems built on generative models
2. **Applying agentic AI in high-risk use cases,** such as customer-facing agents where brand is on the line, agents with access to confidential data, agents handling critical workflows
3. **Looking to build trust** and demonstrate AI security to potential enterprise customers, internal executives or board members

Certified AI agents include customer service agents, candidate scoring agents, interviewer agents, internal automation agents, image generation agents, summarization agents, and more. Certified organizations range from seed stage to publicly traded enterprises.

### Does an AIUC-1 certificate guarantee security, safety and reliability?

An AIUC-1 certificate demonstrates that an organization has developed and deployed their AI system following industry best practices for AI security, safety and reliability backed by research at the time of certification. This includes demonstrating technical guardrails, operational practices and legal policies. Technical tests are re-run quarterly, and all technical, operational and legal controls are re-audited annually to maintain certification.

The focus on AIUC-1 is enterprise concerns like data leaks, IP infringement, jailbreaks, and other risks holding back enterprise AI adoption. Conversely, AIUC-1 is less focused on e.g. AI companions or AI used for NSFW content generation, as these are not enterprise use cases.

No certification can eliminate all risk from systems, especially those that are probabilistic in nature and fast-evolving. Just like a SOC 2 report or cybersecurity pentest does not guarantee a system is secure from all threats, an AIUC-1 certificate cannot guarantee AI system security, safety and reliability.

Please contact the certified party to receive their AIUC-1 report, containing the:

1. **Scope of their AIUC-1 certification:** Typically limited to specific product(s), not the full organization’s products and practices
2. **Version of the standard used:** Given the fast-pace of AI, the standard is refreshed quarterly. The full changelog can be found [here](/changelog).
3. **Specific practices they follow to meet AIUC-1:** In cases where there is no single ‘best practice’ (e.g. data retention and usage policies), the standard focuses on clear disclosure and enforcement rather than mandating a specific approach

**Read more on the FAQ page [here](/faq).**

<div className="aiuc-footer">
  <span className="aiuc-footer-corner aiuc-footer-corner-tl">
    <svg fill="none" stroke="currentColor" strokeWidth="1" viewBox="0 0 12 12" width="12" height="12">
      <line x1="0" x2="12" y1="6" y2="6" />

      <line x1="6" x2="6" y1="0" y2="12" />
    </svg>
  </span>

  <span className="aiuc-footer-corner aiuc-footer-corner-tr">
    <svg fill="none" stroke="currentColor" strokeWidth="1" viewBox="0 0 12 12" width="12" height="12">
      <line x1="0" x2="12" y1="6" y2="6" />

      <line x1="6" x2="6" y1="0" y2="12" />
    </svg>
  </span>

  <div className="aiuc-footer-strip">
    <span className="aiuc-footer-mono">37.782274° N -122.392147° W</span>
    <span className="aiuc-footer-strip-center">FIG. A (SITE INDEX)</span>

    <span />
  </div>

  <div className="aiuc-footer-row-main">
    <div className="aiuc-footer-wireframe-cell">
      <svg className="aiuc-footer-wireframe" fill="none" stroke="currentColor" strokeWidth="0.4" viewBox="0 0 200 150">
        <rect height="130" width="180" x="10" y="10" />

        <rect height="40" width="60" x="20" y="20" />

        <rect height="40" width="40" x="90" y="20" />

        <rect height="40" width="40" x="140" y="20" />

        <rect height="60" width="60" x="20" y="70" />

        <rect height="60" width="90" x="90" y="70" />

        <line strokeDasharray="2,2" x1="20" x2="180" y1="65" y2="65" />

        <line strokeDasharray="2,2" x1="85" x2="85" y1="20" y2="60" />

        <circle cx="50" cy="40" r="6" />

        <circle cx="110" cy="40" r="6" />

        <circle cx="160" cy="40" r="6" />
      </svg>
    </div>

    <div className="aiuc-footer-wordmark-cell">
      <div className="aiuc-footer-wordmark">Artificial Intelligence Underwriting Company</div>
    </div>

    <div className="aiuc-footer-clocks">
      <InlineClock city="SFO" timeZone="America/Los_Angeles" />

      <InlineClock city="NYC" timeZone="America/New_York" />

      <InlineClock city="LON" timeZone="Europe/London" />
    </div>
  </div>

  <div className="aiuc-footer-row-sub">
    <div className="aiuc-footer-codeblock-cell">
      <div className="aiuc-footer-codeblock">
        <span className="aiuc-footer-codeblock-header">Code</span>
        <span className="aiuc-footer-codeblock-header">Structural unit</span>
        <span className="aiuc-footer-codeblock-code">a.</span>
        <span className="aiuc-footer-codeblock-text">AIUC-1 requirements for agent data, privacy, security, safety, reliability, accountability, and societal risk.</span>
        <span className="aiuc-footer-codeblock-code">b.</span>
        <span className="aiuc-footer-codeblock-text">Evidence templates for technical implementation, legal policy, operational practice, and third-party evaluation.</span>
        <span className="aiuc-footer-codeblock-code">c.</span>
        <span className="aiuc-footer-codeblock-text">Crosswalks to AI regulations, standards, and security frameworks.</span>
        <span className="aiuc-footer-codeblock-code">d.</span>
        <span className="aiuc-footer-codeblock-text">Quarterly updates shaped by enterprise adoption, risk, regulation, and community input.</span>
      </div>
    </div>

    <div className="aiuc-footer-columns-cell">
      <div className="aiuc-footer-columns">
        <div>
          <div className="aiuc-footer-column-header">I. Standard</div>

          <ul className="aiuc-footer-column-list">
            <li><a className="aiuc-footer-column-link" href="/">Overview</a></li>
            <li><a className="aiuc-footer-column-link" href="/crosswalks">Crosswalks</a></li>
            <li><a className="aiuc-footer-column-link" href="/evidence">Evidence</a></li>
            <li><a className="aiuc-footer-column-link" href="/changelog">Changelog</a></li>
          </ul>
        </div>

        <div>
          <div className="aiuc-footer-column-header">II. Learn</div>

          <ul className="aiuc-footer-column-list">
            <li><a className="aiuc-footer-column-link" href="/learn/about">About AIUC-1</a></li>
            <li><a className="aiuc-footer-column-link" href="/learn/contribute">Contribute</a></li>
            <li><a className="aiuc-footer-column-link" href="/scoping">Scoping</a></li>
            <li><a className="aiuc-footer-column-link" href="/faq">FAQ</a></li>
          </ul>
        </div>

        <div>
          <div className="aiuc-footer-column-header">III. Office</div>

          <ul className="aiuc-footer-column-list">
            <li><a className="aiuc-footer-column-link" href="/consortium">Consortium</a></li>
            <li><a className="aiuc-footer-column-link" href="/contact">Contact</a></li>
            <li><a className="aiuc-footer-column-link" href="/legal/privacy">Privacy policy</a></li>
            <li><a className="aiuc-footer-column-link" href="/legal/terms">Terms of use</a></li>
          </ul>
        </div>
      </div>
    </div>
  </div>

  <div className="aiuc-footer-strip-bottom">
    <span className="aiuc-footer-mono">100</span>
    <span>© AIUC — ALL RIGHTS RESERVED</span>
  </div>

  <span className="aiuc-footer-corner aiuc-footer-corner-bl">
    <svg fill="none" stroke="currentColor" strokeWidth="1" viewBox="0 0 12 12" width="12" height="12">
      <line x1="0" x2="12" y1="6" y2="6" />

      <line x1="6" x2="6" y1="0" y2="12" />
    </svg>
  </span>

  <span className="aiuc-footer-corner aiuc-footer-corner-br">
    <svg fill="none" stroke="currentColor" strokeWidth="1" viewBox="0 0 12 12" width="12" height="12">
      <line x1="0" x2="12" y1="6" y2="6" />

      <line x1="6" x2="6" y1="0" y2="12" />
    </svg>
  </span>
</div>
