Files
authentik/website/api/clients/python.md
T
Dominic R 0e56195c82 website: Fix broken schema links, non-relative paths, unapplied redirect aliases (#16900)
* website: fix broken schema links

* website: Use download links.

* website: Use env constants for URLs.

* website: Add schema redirects.

* website: Use path alias for integrations.

* website: Use docs alias in integrations.

* website: Use relative links, better dead-link checking.

* website: Fix nested docs prefix affecting redirects. Add aliases.

* website: Remove hard links.

* website: Replace hardcoded edit URL with environment URL.

---------

Co-authored-by: Teffen Ellis <teffen@goauthentik.io>
2025-09-21 14:32:26 -04:00

407 B

title, sidebar_label, description
title sidebar_label description
Python API Client Python A Python client for the authentik API.

The Python API client is generated using the OpenAPI Generator and the OpenAPI v3 schema.

pip install authentik-client
# Or
uv pip install authentik-client