Everything you need to ship accessible code
Guides, API reference, integration walkthroughs, and compliance mapping — for developers, designers, and compliance teams.
Popular guides
Start here
Setting Up CI/CD Integration
Block deployments with accessibility issues before they reach production.
Fixing Common WCAG Violations
Step-by-step guide to resolving the most frequent accessibility issues.
Using AI Fix Suggestions
Get the most out of our AI-powered code remediation suggestions.
Generating Compliance Reports
Create VPAT, EAA, and Section 508 reports for stakeholders and auditors.
Reference
Browse by category
Getting Started
New to Aulys? Start here.
Scanning
Single page, multi-page, and scheduled scans.
WCAG Compliance
Understand accessibility standards.
Design Tools
Shift accessibility left with Figma.
Integrations
Connect with your existing tools.
API Reference
Build custom integrations.
MCP Server
Connect Claude, Cursor & VS Code.
Team & Enterprise
Manage teams and organisations.
API Reference
Code-first quick start
curl -X POST https://api.aulys.app/v1/scans \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"url": "https://example.com",
"wcagVersion": "2.2",
"wcagLevel": "AA"
}'curl https://api.aulys.app/v1/scans/{scan_id} \
-H "Authorization: Bearer YOUR_API_KEY"- name: Aulys Accessibility Check
uses: aulys-app/scan-action@v2
with:
api-key: ${{ secrets.AULYS_API_KEY }}
url: https://staging.example.com
fail-on: criticalBase URL: https://api.aulys.app/v1 — All requests require Authorization: Bearer YOUR_API_KEY
Couldn't find what you need?
Our team responds within 24 hours — no bots, no ticket queues. Or search GitHub for community answers.