New: Had a problem with an AI system? Australia now has a place to report it.
Report an AI incident

World first: agent-verifiable AI ethics certification

Humans see a badge.
AI agents see proof.

A growing share of buying decisions are made by AI assistants acting for people. An agent choosing a vendor cannot see a badge image, so every Responsible AI Australia certification is also machine-readable: a free verification API, a cryptographically signed credential and an MCP server. Any agent can verify any certified business in milliseconds.

Verify a business live

Search the register the way an AI agent would.

This calls the same public endpoint AI agents use: GET /api/v1/verify. No key, no account.

One certification, three trust layers

Every certified business gets all three. No extra cost, no setup beyond a one-line embed.

Layer 1

Verification API

Free, public, no authentication. Query by ABN, domain, name or certification ID and get status, tier and validity as JSON. Built for ChatGPT, Claude, Gemini and every agent that can make an HTTP request.

Layer 2

Signed credential (AATC)

The Australian AI Trust Credential: a W3C Verifiable Credential signed with Ed25519 by did:web:www.responsibleaiaustralia.com.au. Cryptographic proof bound to the business's ABN and domain, with standards-based revocation.

Layer 3

Live trust seal

One line of code renders the certification badge for humans and injects structured data for machines, verified against the register on every page load. If a certification lapses, the seal disappears everywhere, automatically.

For developers and their agents

One HTTP call

curl "https://www.responsibleaiaustralia.com.au/api/v1/verify?domain=example.com.au"

{
  "certified": true,
  "status": "active",
  "certId": "RAIA-2026-0009",
  "businessName": "Example Pty Ltd",
  "tier": "Govern",
  "issuedAt": "2026-02-01T00:00:00.000Z",
  "expiresAt": "2027-02-01T00:00:00.000Z",
  ...
}

Or connect the register as an MCP server

Claude and any MCP-capable agent can use the register as a native tool: verify a certification, list certified businesses or fetch a signed credential.

{
  "mcpServers": {
    "responsible-ai-australia": {
      "url": "https://www.responsibleaiaustralia.com.au/api/mcp"
    }
  }
}

Discovery and standards

Already certified? You're already agent-ready.

Every existing certification has been upgraded with a machine-readable credential at no cost. Replace your static badge image with the live trust seal and your certification becomes visible to humans and verifiable by machines from the same line of code.

Your certification ID is on your register profile. Paste your snippet anywhere on your site:

<script
  src="https://www.responsibleaiaustralia.com.au/embed/badge.js"
  data-cert-id="RAIA-2026-0009" async></script>
Govern tier certification badge

Certified by Responsible AI Australia

Govern tier · RAIA-2026-0009 · ✓ Verified live

When an AI agent shortlists vendors, be the one it can verify.

Certification starts at AUD $199 per year and now includes the verification API, the signed AATC credential and the live trust seal.