@samik081/mcp-authentik 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.md +581 -0
- package/dist/core/client.d.ts +48 -0
- package/dist/core/client.js +99 -0
- package/dist/core/config.d.ts +2 -0
- package/dist/core/config.js +47 -0
- package/dist/core/errors.d.ts +2 -0
- package/dist/core/errors.js +50 -0
- package/dist/core/logger.d.ts +6 -0
- package/dist/core/logger.js +17 -0
- package/dist/core/server.d.ts +3 -0
- package/dist/core/server.js +18 -0
- package/dist/core/tools.d.ts +15 -0
- package/dist/core/tools.js +41 -0
- package/dist/index.d.ts +6 -0
- package/dist/index.js +47 -0
- package/dist/tools/admin.d.ts +4 -0
- package/dist/tools/admin.js +128 -0
- package/dist/tools/applications.d.ts +4 -0
- package/dist/tools/applications.js +324 -0
- package/dist/tools/authenticators.d.ts +4 -0
- package/dist/tools/authenticators.js +136 -0
- package/dist/tools/brands.d.ts +4 -0
- package/dist/tools/brands.js +164 -0
- package/dist/tools/crypto.d.ts +4 -0
- package/dist/tools/crypto.js +163 -0
- package/dist/tools/enterprise.d.ts +4 -0
- package/dist/tools/enterprise.js +132 -0
- package/dist/tools/events.d.ts +4 -0
- package/dist/tools/events.js +451 -0
- package/dist/tools/flows.d.ts +4 -0
- package/dist/tools/flows.js +335 -0
- package/dist/tools/groups.d.ts +4 -0
- package/dist/tools/groups.js +161 -0
- package/dist/tools/index.d.ts +4 -0
- package/dist/tools/index.js +59 -0
- package/dist/tools/managed.d.ts +4 -0
- package/dist/tools/managed.js +145 -0
- package/dist/tools/oauth2.d.ts +4 -0
- package/dist/tools/oauth2.js +184 -0
- package/dist/tools/outposts.d.ts +4 -0
- package/dist/tools/outposts.js +320 -0
- package/dist/tools/policies.d.ts +4 -0
- package/dist/tools/policies.js +447 -0
- package/dist/tools/property-mappings.d.ts +4 -0
- package/dist/tools/property-mappings.js +287 -0
- package/dist/tools/providers.d.ts +4 -0
- package/dist/tools/providers.js +275 -0
- package/dist/tools/rac.d.ts +4 -0
- package/dist/tools/rac.js +190 -0
- package/dist/tools/rbac.d.ts +4 -0
- package/dist/tools/rbac.js +283 -0
- package/dist/tools/root.d.ts +4 -0
- package/dist/tools/root.js +14 -0
- package/dist/tools/sources.d.ts +4 -0
- package/dist/tools/sources.js +268 -0
- package/dist/tools/ssf.d.ts +4 -0
- package/dist/tools/ssf.js +47 -0
- package/dist/tools/stages.d.ts +4 -0
- package/dist/tools/stages.js +533 -0
- package/dist/tools/tasks.d.ts +4 -0
- package/dist/tools/tasks.js +67 -0
- package/dist/tools/tenants.d.ts +4 -0
- package/dist/tools/tenants.js +208 -0
- package/dist/tools/tokens.d.ts +4 -0
- package/dist/tools/tokens.js +159 -0
- package/dist/tools/users.d.ts +4 -0
- package/dist/tools/users.js +236 -0
- package/dist/types/index.d.ts +7 -0
- package/dist/types/index.js +1 -0
- package/package.json +55 -0
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026 samik081
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/README.md
ADDED
|
@@ -0,0 +1,581 @@
|
|
|
1
|
+
[](https://www.npmjs.com/package/@samik081/mcp-authentik)
|
|
2
|
+
[](https://opensource.org/licenses/MIT)
|
|
3
|
+
[](https://nodejs.org)
|
|
4
|
+
|
|
5
|
+
# MCP Authentik
|
|
6
|
+
|
|
7
|
+
MCP server for [Authentik](https://goauthentik.io/) identity management. Manage users, groups, applications, flows, policies, providers, and more through natural language in Cursor, Claude Code, and Claude Desktop.
|
|
8
|
+
|
|
9
|
+
## Features
|
|
10
|
+
|
|
11
|
+
- **245 tools** across **20 API categories** covering the complete Authentik API
|
|
12
|
+
- **Read-only mode** via `AUTHENTIK_ACCESS_TIER=read-only` for safe monitoring
|
|
13
|
+
- **Category filtering** via `AUTHENTIK_CATEGORIES` to expose only the tools you need
|
|
14
|
+
- **Type-safe SDK client** via `@goauthentik/api`
|
|
15
|
+
- **TypeScript/ESM** with full type safety
|
|
16
|
+
|
|
17
|
+
## Quick Start
|
|
18
|
+
|
|
19
|
+
Run the server directly with npx:
|
|
20
|
+
|
|
21
|
+
```bash
|
|
22
|
+
AUTHENTIK_URL="https://auth.example.com" \
|
|
23
|
+
AUTHENTIK_TOKEN="your-api-token" \
|
|
24
|
+
npx @samik081/mcp-authentik
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
The server validates your Authentik connection on startup and fails immediately with a clear error if credentials are missing or invalid.
|
|
28
|
+
|
|
29
|
+
## Configuration
|
|
30
|
+
|
|
31
|
+
**Claude Code CLI (recommended):**
|
|
32
|
+
|
|
33
|
+
```bash
|
|
34
|
+
claude mcp add --transport stdio authentik \
|
|
35
|
+
--env AUTHENTIK_URL=https://auth.example.com \
|
|
36
|
+
--env AUTHENTIK_TOKEN=your-api-token \
|
|
37
|
+
-- npx @samik081/mcp-authentik
|
|
38
|
+
```
|
|
39
|
+
|
|
40
|
+
**JSON config** (works with Claude Code `.mcp.json`, Claude Desktop `claude_desktop_config.json`, Cursor `.cursor/mcp.json`):
|
|
41
|
+
|
|
42
|
+
```json
|
|
43
|
+
{
|
|
44
|
+
"mcpServers": {
|
|
45
|
+
"authentik": {
|
|
46
|
+
"command": "npx",
|
|
47
|
+
"args": ["@samik081/mcp-authentik"],
|
|
48
|
+
"env": {
|
|
49
|
+
"AUTHENTIK_URL": "https://auth.example.com",
|
|
50
|
+
"AUTHENTIK_TOKEN": "your-api-token"
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
```
|
|
56
|
+
|
|
57
|
+
## Environment Variables
|
|
58
|
+
|
|
59
|
+
| Variable | Required | Default | Description |
|
|
60
|
+
|----------|----------|---------|-------------|
|
|
61
|
+
| `AUTHENTIK_URL` | Yes | -- | Authentik instance URL (e.g., `https://auth.example.com`) |
|
|
62
|
+
| `AUTHENTIK_TOKEN` | Yes | -- | API token with appropriate permissions |
|
|
63
|
+
| `AUTHENTIK_ACCESS_TIER` | No | `full` | `read-only` for read-only tools only, `full` for all tools |
|
|
64
|
+
| `AUTHENTIK_CATEGORIES` | No | *(all)* | Comma-separated category allowlist (e.g., `core,admin,flows`) |
|
|
65
|
+
|
|
66
|
+
### Available Categories
|
|
67
|
+
|
|
68
|
+
`admin`, `authenticators`, `core`, `crypto`, `enterprise`, `events`, `flows`, `managed`, `oauth2`, `outposts`, `policies`, `property-mappings`, `providers`, `rac`, `rbac`, `root`, `sources`, `ssf`, `stages`, `tenants`
|
|
69
|
+
|
|
70
|
+
## Tools
|
|
71
|
+
|
|
72
|
+
<details>
|
|
73
|
+
<summary>Admin (8 tools)</summary>
|
|
74
|
+
|
|
75
|
+
| Tool | Description | Access |
|
|
76
|
+
|------|-------------|--------|
|
|
77
|
+
| `authentik_admin_system_info` | Get system information including HTTP host, runtime environment, server time, and embedded outpost status | read-only |
|
|
78
|
+
| `authentik_admin_version` | Get Authentik version information including current version and build hash | read-only |
|
|
79
|
+
| `authentik_admin_settings_get` | Get current system settings | read-only |
|
|
80
|
+
| `authentik_admin_settings_update` | Update system settings (partial update) | full |
|
|
81
|
+
| `authentik_admin_apps` | List installed Django applications in the Authentik instance | read-only |
|
|
82
|
+
| `authentik_admin_models` | List all data models available in the Authentik instance | read-only |
|
|
83
|
+
| `authentik_admin_version_history` | List Authentik version history entries | read-only |
|
|
84
|
+
| `authentik_admin_system_task_trigger` | Trigger all system tasks (e.g., cleanup, cache clear) | full |
|
|
85
|
+
|
|
86
|
+
</details>
|
|
87
|
+
|
|
88
|
+
<details>
|
|
89
|
+
<summary>Authenticators (5 tools)</summary>
|
|
90
|
+
|
|
91
|
+
| Tool | Description | Access |
|
|
92
|
+
|------|-------------|--------|
|
|
93
|
+
| `authentik_authenticators_list` | List all authenticator devices across all types for the current user | read-only |
|
|
94
|
+
| `authentik_authenticators_admin_by_type_list` | List authenticator devices of a specific type (admin view) | read-only |
|
|
95
|
+
| `authentik_authenticators_admin_by_type_get` | Get a single authenticator device by type and ID (admin view) | read-only |
|
|
96
|
+
| `authentik_authenticators_admin_by_type_delete` | Delete an authenticator device by type and ID (admin view) | full |
|
|
97
|
+
| `authentik_authenticators_user_by_type_list` | List authenticator devices of a specific type for the current user | read-only |
|
|
98
|
+
|
|
99
|
+
</details>
|
|
100
|
+
|
|
101
|
+
<details>
|
|
102
|
+
<summary>Core (44 tools)</summary>
|
|
103
|
+
|
|
104
|
+
**Users**
|
|
105
|
+
|
|
106
|
+
| Tool | Description | Access |
|
|
107
|
+
|------|-------------|--------|
|
|
108
|
+
| `authentik_users_list` | List users with optional filters for username, email, name, active status, superuser status, path, groups, and search | read-only |
|
|
109
|
+
| `authentik_users_get` | Get a single user by their numeric ID | read-only |
|
|
110
|
+
| `authentik_users_create` | Create a new user | full |
|
|
111
|
+
| `authentik_users_update` | Update an existing user (partial update) | full |
|
|
112
|
+
| `authentik_users_delete` | Delete a user by their numeric ID | full |
|
|
113
|
+
| `authentik_users_me` | Get information about the currently authenticated user | read-only |
|
|
114
|
+
| `authentik_users_set_password` | Set a new password for a user | full |
|
|
115
|
+
| `authentik_users_create_service_account` | Create a new service account user with an optional associated group and token | full |
|
|
116
|
+
| `authentik_users_generate_recovery_link` | Generate a temporary recovery link for a user to regain account access | full |
|
|
117
|
+
| `authentik_users_send_recovery_email` | Send a recovery email to a user using a specified email stage | full |
|
|
118
|
+
| `authentik_users_list_paths` | List all user paths configured in the system | read-only |
|
|
119
|
+
|
|
120
|
+
**Groups**
|
|
121
|
+
|
|
122
|
+
| Tool | Description | Access |
|
|
123
|
+
|------|-------------|--------|
|
|
124
|
+
| `authentik_groups_list` | List groups with optional filters for name, superuser status, members, and search | read-only |
|
|
125
|
+
| `authentik_groups_get` | Get a single group by its UUID | read-only |
|
|
126
|
+
| `authentik_groups_create` | Create a new group with optional parent, superuser status, users, and custom attributes | full |
|
|
127
|
+
| `authentik_groups_update` | Update an existing group (partial update) | full |
|
|
128
|
+
| `authentik_groups_delete` | Delete a group by its UUID | full |
|
|
129
|
+
| `authentik_groups_add_user` | Add a user to a group by group UUID and user ID | full |
|
|
130
|
+
| `authentik_groups_remove_user` | Remove a user from a group by group UUID and user ID | full |
|
|
131
|
+
|
|
132
|
+
**Applications**
|
|
133
|
+
|
|
134
|
+
| Tool | Description | Access |
|
|
135
|
+
|------|-------------|--------|
|
|
136
|
+
| `authentik_apps_list` | List applications with optional filters for name, slug, group, search, and more | read-only |
|
|
137
|
+
| `authentik_apps_get` | Get a single application by its slug | read-only |
|
|
138
|
+
| `authentik_apps_create` | Create a new application with name, slug, and optional provider, group, and metadata | full |
|
|
139
|
+
| `authentik_apps_update` | Update an existing application (partial update) | full |
|
|
140
|
+
| `authentik_apps_set_icon_url` | Set an application icon from a URL, or clear it | full |
|
|
141
|
+
| `authentik_apps_delete` | Delete an application by its slug | full |
|
|
142
|
+
| `authentik_apps_check_access` | Check whether a specific user has access to an application | read-only |
|
|
143
|
+
| `authentik_apps_update_transactional` | Create or update an application and its provider in a single atomic transaction | full |
|
|
144
|
+
| `authentik_app_entitlements_list` | List application entitlements with optional filters | read-only |
|
|
145
|
+
| `authentik_app_entitlements_get` | Get a single application entitlement by its UUID | read-only |
|
|
146
|
+
| `authentik_app_entitlements_create` | Create a new application entitlement | full |
|
|
147
|
+
| `authentik_app_entitlements_update` | Update an existing application entitlement (partial update) | full |
|
|
148
|
+
| `authentik_app_entitlements_delete` | Delete an application entitlement by its UUID | full |
|
|
149
|
+
|
|
150
|
+
**Tokens**
|
|
151
|
+
|
|
152
|
+
| Tool | Description | Access |
|
|
153
|
+
|------|-------------|--------|
|
|
154
|
+
| `authentik_tokens_list` | List tokens with optional filters for identifier, intent, managed status, and search | read-only |
|
|
155
|
+
| `authentik_tokens_get` | Get a single token by its identifier | read-only |
|
|
156
|
+
| `authentik_tokens_create` | Create a new token with an identifier, optional intent, description, and expiration settings | full |
|
|
157
|
+
| `authentik_tokens_update` | Update an existing token (partial update) | full |
|
|
158
|
+
| `authentik_tokens_delete` | Delete a token by its identifier | full |
|
|
159
|
+
| `authentik_tokens_view_key` | View the raw key value of a token (privileged, logged) | full |
|
|
160
|
+
| `authentik_tokens_set_key` | Set a custom key value for a token | full |
|
|
161
|
+
|
|
162
|
+
**Brands**
|
|
163
|
+
|
|
164
|
+
| Tool | Description | Access |
|
|
165
|
+
|------|-------------|--------|
|
|
166
|
+
| `authentik_brands_list` | List brands with optional filters for UUID, domain, and search | read-only |
|
|
167
|
+
| `authentik_brands_get` | Get a single brand by its UUID | read-only |
|
|
168
|
+
| `authentik_brands_create` | Create a new brand with domain, branding settings, flow assignments, and optional attributes | full |
|
|
169
|
+
| `authentik_brands_update` | Update an existing brand (partial update) | full |
|
|
170
|
+
| `authentik_brands_delete` | Delete a brand by its UUID | full |
|
|
171
|
+
| `authentik_brands_current` | Get the brand configuration for the current domain | read-only |
|
|
172
|
+
|
|
173
|
+
</details>
|
|
174
|
+
|
|
175
|
+
<details>
|
|
176
|
+
<summary>Crypto (8 tools)</summary>
|
|
177
|
+
|
|
178
|
+
| Tool | Description | Access |
|
|
179
|
+
|------|-------------|--------|
|
|
180
|
+
| `authentik_crypto_list` | List certificate keypairs with optional filters | read-only |
|
|
181
|
+
| `authentik_crypto_get` | Get a single certificate keypair by its UUID | read-only |
|
|
182
|
+
| `authentik_crypto_create` | Create a new certificate keypair from PEM-encoded certificate and optional private key data | full |
|
|
183
|
+
| `authentik_crypto_update` | Update an existing certificate keypair (partial update) | full |
|
|
184
|
+
| `authentik_crypto_delete` | Delete a certificate keypair by its UUID | full |
|
|
185
|
+
| `authentik_crypto_generate` | Generate a new self-signed certificate keypair | full |
|
|
186
|
+
| `authentik_crypto_view_certificate` | View the PEM-encoded certificate data for a keypair | read-only |
|
|
187
|
+
| `authentik_crypto_view_private_key` | View the PEM-encoded private key data for a keypair (sensitive) | full |
|
|
188
|
+
|
|
189
|
+
</details>
|
|
190
|
+
|
|
191
|
+
<details>
|
|
192
|
+
<summary>Enterprise (8 tools)</summary>
|
|
193
|
+
|
|
194
|
+
| Tool | Description | Access |
|
|
195
|
+
|------|-------------|--------|
|
|
196
|
+
| `authentik_enterprise_license_list` | List enterprise licenses with optional filters | read-only |
|
|
197
|
+
| `authentik_enterprise_license_get` | Get a single enterprise license by its UUID | read-only |
|
|
198
|
+
| `authentik_enterprise_license_create` | Install a new enterprise license key | full |
|
|
199
|
+
| `authentik_enterprise_license_update` | Update an existing enterprise license (partial update) | full |
|
|
200
|
+
| `authentik_enterprise_license_delete` | Delete an enterprise license by its UUID | full |
|
|
201
|
+
| `authentik_enterprise_license_summary` | Get the total enterprise license status summary | read-only |
|
|
202
|
+
| `authentik_enterprise_license_forecast` | Forecast how many users will be required in a year based on current growth | read-only |
|
|
203
|
+
| `authentik_enterprise_install_id` | Get the authentik installation ID (used for license generation) | read-only |
|
|
204
|
+
|
|
205
|
+
</details>
|
|
206
|
+
|
|
207
|
+
<details>
|
|
208
|
+
<summary>Events (24 tools)</summary>
|
|
209
|
+
|
|
210
|
+
**Events**
|
|
211
|
+
|
|
212
|
+
| Tool | Description | Access |
|
|
213
|
+
|------|-------------|--------|
|
|
214
|
+
| `authentik_events_list` | List audit events with optional filters for action, username, client IP, and more | read-only |
|
|
215
|
+
| `authentik_events_get` | Get a single audit event by its UUID | read-only |
|
|
216
|
+
| `authentik_events_create` | Create a new audit event | full |
|
|
217
|
+
| `authentik_events_actions_list` | List all available event action types | read-only |
|
|
218
|
+
| `authentik_events_top_per_user` | Get the top N events grouped by user count | read-only |
|
|
219
|
+
| `authentik_events_volume` | Get event volume data for specified filters and timeframe | read-only |
|
|
220
|
+
| `authentik_events_rules_list` | List notification rules with optional filters | read-only |
|
|
221
|
+
| `authentik_events_rules_get` | Get a single notification rule by its UUID | read-only |
|
|
222
|
+
| `authentik_events_rules_create` | Create a new notification rule | full |
|
|
223
|
+
| `authentik_events_rules_update` | Update an existing notification rule (partial update) | full |
|
|
224
|
+
| `authentik_events_rules_delete` | Delete a notification rule by its UUID | full |
|
|
225
|
+
| `authentik_events_transports_list` | List notification transports with optional filters | read-only |
|
|
226
|
+
| `authentik_events_transports_get` | Get a single notification transport by its UUID | read-only |
|
|
227
|
+
| `authentik_events_transports_create` | Create a new notification transport | full |
|
|
228
|
+
| `authentik_events_transports_update` | Update an existing notification transport (partial update) | full |
|
|
229
|
+
| `authentik_events_transports_delete` | Delete a notification transport by its UUID | full |
|
|
230
|
+
| `authentik_events_transports_test` | Send a test notification using the specified transport | full |
|
|
231
|
+
| `authentik_events_notifications_list` | List notifications for the current user with optional filters | read-only |
|
|
232
|
+
| `authentik_events_notifications_update` | Update a notification, typically to mark it as seen or unseen | full |
|
|
233
|
+
| `authentik_events_notifications_delete` | Delete a notification by its UUID | full |
|
|
234
|
+
| `authentik_events_notifications_mark_all_seen` | Mark all notifications as seen for the current user | full |
|
|
235
|
+
|
|
236
|
+
**System Tasks**
|
|
237
|
+
|
|
238
|
+
| Tool | Description | Access |
|
|
239
|
+
|------|-------------|--------|
|
|
240
|
+
| `authentik_tasks_list` | List system tasks with optional filters by name, status, or UID | read-only |
|
|
241
|
+
| `authentik_tasks_get` | Get details of a specific system task by UUID | read-only |
|
|
242
|
+
| `authentik_tasks_retry` | Retry a failed system task by UUID | full |
|
|
243
|
+
|
|
244
|
+
</details>
|
|
245
|
+
|
|
246
|
+
<details>
|
|
247
|
+
<summary>Flows (15 tools)</summary>
|
|
248
|
+
|
|
249
|
+
| Tool | Description | Access |
|
|
250
|
+
|------|-------------|--------|
|
|
251
|
+
| `authentik_flows_list` | List flows with optional filters for search, designation, and ordering | read-only |
|
|
252
|
+
| `authentik_flows_get` | Get a single flow by its slug | read-only |
|
|
253
|
+
| `authentik_flows_create` | Create a new flow with name, slug, title, and designation | full |
|
|
254
|
+
| `authentik_flows_update` | Update an existing flow (partial update) | full |
|
|
255
|
+
| `authentik_flows_delete` | Delete a flow by its slug | full |
|
|
256
|
+
| `authentik_flows_diagram` | Get a visual diagram of a flow showing its stages and bindings | read-only |
|
|
257
|
+
| `authentik_flows_export` | Export a flow as YAML | read-only |
|
|
258
|
+
| `authentik_flows_import` | Import a flow from YAML content | full |
|
|
259
|
+
| `authentik_flows_cache_info` | Get information about cached flows | read-only |
|
|
260
|
+
| `authentik_flows_cache_clear` | Clear the flow cache | full |
|
|
261
|
+
| `authentik_flows_bindings_list` | List flow stage bindings with optional filters | read-only |
|
|
262
|
+
| `authentik_flows_bindings_get` | Get a single flow stage binding by its UUID | read-only |
|
|
263
|
+
| `authentik_flows_bindings_create` | Create a new flow stage binding to attach a stage to a flow | full |
|
|
264
|
+
| `authentik_flows_bindings_update` | Update an existing flow stage binding | full |
|
|
265
|
+
| `authentik_flows_bindings_delete` | Delete a flow stage binding by its UUID | full |
|
|
266
|
+
|
|
267
|
+
</details>
|
|
268
|
+
|
|
269
|
+
<details>
|
|
270
|
+
<summary>Managed (7 tools)</summary>
|
|
271
|
+
|
|
272
|
+
| Tool | Description | Access |
|
|
273
|
+
|------|-------------|--------|
|
|
274
|
+
| `authentik_blueprints_list` | List managed blueprint instances with optional filters | read-only |
|
|
275
|
+
| `authentik_blueprints_get` | Get a single blueprint instance by its UUID | read-only |
|
|
276
|
+
| `authentik_blueprints_create` | Create a new managed blueprint instance | full |
|
|
277
|
+
| `authentik_blueprints_update` | Update an existing blueprint instance (partial update) | full |
|
|
278
|
+
| `authentik_blueprints_delete` | Delete a blueprint instance by its UUID | full |
|
|
279
|
+
| `authentik_blueprints_available` | List all available blueprint files that can be used to create blueprint instances | read-only |
|
|
280
|
+
| `authentik_blueprints_apply` | Apply a blueprint instance, executing its configuration | full |
|
|
281
|
+
|
|
282
|
+
</details>
|
|
283
|
+
|
|
284
|
+
<details>
|
|
285
|
+
<summary>OAuth2 (9 tools)</summary>
|
|
286
|
+
|
|
287
|
+
| Tool | Description | Access |
|
|
288
|
+
|------|-------------|--------|
|
|
289
|
+
| `authentik_oauth2_access_tokens_list` | List OAuth2 access tokens with optional filters | read-only |
|
|
290
|
+
| `authentik_oauth2_access_tokens_get` | Get a single OAuth2 access token by its numeric ID | read-only |
|
|
291
|
+
| `authentik_oauth2_access_tokens_delete` | Delete (revoke) an OAuth2 access token by its ID | full |
|
|
292
|
+
| `authentik_oauth2_auth_codes_list` | List OAuth2 authorization codes with optional filters | read-only |
|
|
293
|
+
| `authentik_oauth2_auth_codes_get` | Get a single OAuth2 authorization code by its numeric ID | read-only |
|
|
294
|
+
| `authentik_oauth2_auth_codes_delete` | Delete an OAuth2 authorization code by its ID | full |
|
|
295
|
+
| `authentik_oauth2_refresh_tokens_list` | List OAuth2 refresh tokens with optional filters | read-only |
|
|
296
|
+
| `authentik_oauth2_refresh_tokens_get` | Get a single OAuth2 refresh token by its numeric ID | read-only |
|
|
297
|
+
| `authentik_oauth2_refresh_tokens_delete` | Delete (revoke) an OAuth2 refresh token by its ID | full |
|
|
298
|
+
|
|
299
|
+
</details>
|
|
300
|
+
|
|
301
|
+
<details>
|
|
302
|
+
<summary>Outposts (15 tools)</summary>
|
|
303
|
+
|
|
304
|
+
| Tool | Description | Access |
|
|
305
|
+
|------|-------------|--------|
|
|
306
|
+
| `authentik_outposts_list` | List outpost instances with optional filters | read-only |
|
|
307
|
+
| `authentik_outposts_get` | Get a single outpost instance by its UUID | read-only |
|
|
308
|
+
| `authentik_outposts_create` | Create a new outpost instance | full |
|
|
309
|
+
| `authentik_outposts_update` | Update an existing outpost instance (partial update) | full |
|
|
310
|
+
| `authentik_outposts_delete` | Delete an outpost instance by its UUID | full |
|
|
311
|
+
| `authentik_outposts_health` | Get the current health status of an outpost | read-only |
|
|
312
|
+
| `authentik_outposts_default_settings` | Get the global default outpost configuration | read-only |
|
|
313
|
+
| `authentik_outposts_service_connections_list` | List all service connections (Docker and Kubernetes) with optional filters | read-only |
|
|
314
|
+
| `authentik_outposts_service_connections_state` | Get the current state of a service connection | read-only |
|
|
315
|
+
| `authentik_outposts_service_connections_types` | List all available service connection types | read-only |
|
|
316
|
+
| `authentik_outposts_docker_create` | Create a new Docker service connection | full |
|
|
317
|
+
| `authentik_outposts_docker_update` | Update an existing Docker service connection (partial update) | full |
|
|
318
|
+
| `authentik_outposts_kubernetes_create` | Create a new Kubernetes service connection | full |
|
|
319
|
+
| `authentik_outposts_kubernetes_update` | Update an existing Kubernetes service connection (partial update) | full |
|
|
320
|
+
| `authentik_outposts_service_connections_delete` | Delete a service connection by its UUID | full |
|
|
321
|
+
|
|
322
|
+
</details>
|
|
323
|
+
|
|
324
|
+
<details>
|
|
325
|
+
<summary>Policies (19 tools)</summary>
|
|
326
|
+
|
|
327
|
+
Policies use a type+config pattern. Cross-type tools operate on any policy, while per-type tools accept a `policy_type` parameter. Available types: `dummy`, `event_matcher`, `expression`, `geoip`, `password`, `password_expiry`, `reputation`, `unique_password`.
|
|
328
|
+
|
|
329
|
+
| Tool | Description | Access |
|
|
330
|
+
|------|-------------|--------|
|
|
331
|
+
| `authentik_policies_list` | List all policies across all types with optional filters | read-only |
|
|
332
|
+
| `authentik_policies_get` | Get a single policy by its UUID (cross-type) | read-only |
|
|
333
|
+
| `authentik_policies_delete` | Delete a policy by its UUID (cross-type) | full |
|
|
334
|
+
| `authentik_policies_types_list` | List all available policy types | read-only |
|
|
335
|
+
| `authentik_policies_test` | Test a policy against a specific user to see if it passes or fails | read-only |
|
|
336
|
+
| `authentik_policies_cache_info` | Get information about cached policies | read-only |
|
|
337
|
+
| `authentik_policies_cache_clear` | Clear the policy cache | full |
|
|
338
|
+
| `authentik_policies_by_type_list` | List policies of a specific type with optional filters | read-only |
|
|
339
|
+
| `authentik_policies_by_type_get` | Get a single policy of a specific type by its UUID | read-only |
|
|
340
|
+
| `authentik_policies_by_type_create` | Create a new policy of a specific type | full |
|
|
341
|
+
| `authentik_policies_by_type_update` | Update an existing policy of a specific type | full |
|
|
342
|
+
| `authentik_policies_by_type_delete` | Delete a policy of a specific type by its UUID | full |
|
|
343
|
+
| `authentik_policy_bindings_list` | List policy bindings with optional filters | read-only |
|
|
344
|
+
| `authentik_policy_bindings_get` | Get a single policy binding by its UUID | read-only |
|
|
345
|
+
| `authentik_policy_bindings_create` | Create a new policy binding to attach a policy to a target | full |
|
|
346
|
+
| `authentik_policy_bindings_update` | Update an existing policy binding | full |
|
|
347
|
+
| `authentik_policy_bindings_delete` | Delete a policy binding by its UUID | full |
|
|
348
|
+
| `authentik_reputation_scores_list` | List reputation scores with optional filters | read-only |
|
|
349
|
+
| `authentik_reputation_scores_delete` | Delete a reputation score by its UUID | full |
|
|
350
|
+
|
|
351
|
+
</details>
|
|
352
|
+
|
|
353
|
+
<details>
|
|
354
|
+
<summary>Property Mappings (10 tools)</summary>
|
|
355
|
+
|
|
356
|
+
Property mappings use a type+config pattern. Cross-type tools operate on any mapping, while per-type tools accept a `mapping_type` parameter. Available types: `notification`, `provider_google_workspace`, `provider_microsoft_entra`, `provider_rac`, `provider_radius`, `provider_saml`, `provider_scim`, `provider_scope`, `source_kerberos`, `source_ldap`, `source_oauth`, `source_plex`, `source_saml`, `source_scim`.
|
|
357
|
+
|
|
358
|
+
| Tool | Description | Access |
|
|
359
|
+
|------|-------------|--------|
|
|
360
|
+
| `authentik_property_mappings_list` | List all property mappings across all types | read-only |
|
|
361
|
+
| `authentik_property_mappings_get` | Get a single property mapping by its UUID (cross-type) | read-only |
|
|
362
|
+
| `authentik_property_mappings_delete` | Delete a property mapping by its UUID | full |
|
|
363
|
+
| `authentik_property_mappings_types_list` | List all available property mapping types | read-only |
|
|
364
|
+
| `authentik_property_mappings_test` | Test a property mapping by UUID | full |
|
|
365
|
+
| `authentik_property_mappings_by_type_list` | List property mappings of a specific type | read-only |
|
|
366
|
+
| `authentik_property_mappings_by_type_get` | Get a single property mapping by type and UUID | read-only |
|
|
367
|
+
| `authentik_property_mappings_by_type_create` | Create a new property mapping of a specific type | full |
|
|
368
|
+
| `authentik_property_mappings_by_type_update` | Update an existing property mapping by type and UUID | full |
|
|
369
|
+
| `authentik_property_mappings_by_type_delete` | Delete a property mapping by type and UUID | full |
|
|
370
|
+
|
|
371
|
+
</details>
|
|
372
|
+
|
|
373
|
+
<details>
|
|
374
|
+
<summary>Providers (11 tools)</summary>
|
|
375
|
+
|
|
376
|
+
Providers use a type+config pattern. Cross-type tools operate on any provider, while per-type tools accept a `provider_type` parameter. Available types: `oauth2`, `saml`, `ldap`, `proxy`, `radius`, `scim`, `rac`, `google_workspace`, `microsoft_entra`.
|
|
377
|
+
|
|
378
|
+
| Tool | Description | Access |
|
|
379
|
+
|------|-------------|--------|
|
|
380
|
+
| `authentik_providers_list` | List all providers across all types with optional filters | read-only |
|
|
381
|
+
| `authentik_providers_get` | Get a single provider by its numeric ID (cross-type) | read-only |
|
|
382
|
+
| `authentik_providers_delete` | Delete a provider by its numeric ID (cross-type) | full |
|
|
383
|
+
| `authentik_providers_types_list` | List all available provider types | read-only |
|
|
384
|
+
| `authentik_providers_by_type_list` | List providers of a specific type with optional filters | read-only |
|
|
385
|
+
| `authentik_providers_by_type_get` | Get a single provider of a specific type by its numeric ID | read-only |
|
|
386
|
+
| `authentik_providers_by_type_create` | Create a new provider of a specific type | full |
|
|
387
|
+
| `authentik_providers_by_type_update` | Update an existing provider of a specific type | full |
|
|
388
|
+
| `authentik_providers_by_type_delete` | Delete a provider of a specific type by its numeric ID | full |
|
|
389
|
+
| `authentik_providers_oauth2_setup_urls` | Get OAuth2 provider setup URLs (authorize, token, userinfo, etc.) | read-only |
|
|
390
|
+
| `authentik_providers_saml_metadata` | Get SAML provider metadata XML | read-only |
|
|
391
|
+
|
|
392
|
+
</details>
|
|
393
|
+
|
|
394
|
+
<details>
|
|
395
|
+
<summary>RAC (8 tools)</summary>
|
|
396
|
+
|
|
397
|
+
| Tool | Description | Access |
|
|
398
|
+
|------|-------------|--------|
|
|
399
|
+
| `authentik_rac_endpoints_list` | List RAC (Remote Access Control) endpoints with optional filters | read-only |
|
|
400
|
+
| `authentik_rac_endpoints_get` | Get a single RAC endpoint by its UUID | read-only |
|
|
401
|
+
| `authentik_rac_endpoints_create` | Create a new RAC endpoint for remote access | full |
|
|
402
|
+
| `authentik_rac_endpoints_update` | Update an existing RAC endpoint (partial update) | full |
|
|
403
|
+
| `authentik_rac_endpoints_delete` | Delete a RAC endpoint by its UUID | full |
|
|
404
|
+
| `authentik_rac_connection_tokens_list` | List RAC connection tokens with optional filters (system-managed, no create) | read-only |
|
|
405
|
+
| `authentik_rac_connection_tokens_get` | Get a single RAC connection token by its UUID | read-only |
|
|
406
|
+
| `authentik_rac_connection_tokens_delete` | Delete a RAC connection token by its UUID | full |
|
|
407
|
+
|
|
408
|
+
</details>
|
|
409
|
+
|
|
410
|
+
<details>
|
|
411
|
+
<summary>RBAC (12 tools)</summary>
|
|
412
|
+
|
|
413
|
+
| Tool | Description | Access |
|
|
414
|
+
|------|-------------|--------|
|
|
415
|
+
| `authentik_rbac_roles_list` | List RBAC roles with optional filters | read-only |
|
|
416
|
+
| `authentik_rbac_roles_get` | Get a single RBAC role by its UUID | read-only |
|
|
417
|
+
| `authentik_rbac_roles_create` | Create a new RBAC role | full |
|
|
418
|
+
| `authentik_rbac_roles_update` | Update an existing RBAC role (partial update) | full |
|
|
419
|
+
| `authentik_rbac_roles_delete` | Delete an RBAC role by its UUID | full |
|
|
420
|
+
| `authentik_rbac_permissions_list` | List all available permissions, filterable by model and app | read-only |
|
|
421
|
+
| `authentik_rbac_permissions_by_role_list` | List object permissions assigned to a specific model, filterable by role | read-only |
|
|
422
|
+
| `authentik_rbac_permissions_by_role_assign` | Assign permission(s) to a role | full |
|
|
423
|
+
| `authentik_rbac_permissions_by_role_unassign` | Unassign permission(s) from a role | full |
|
|
424
|
+
| `authentik_rbac_permissions_by_user_list` | List object permissions assigned to a specific model, filterable by user | read-only |
|
|
425
|
+
| `authentik_rbac_permissions_by_user_assign` | Assign permission(s) to a user | full |
|
|
426
|
+
| `authentik_rbac_permissions_by_user_unassign` | Unassign permission(s) from a user | full |
|
|
427
|
+
|
|
428
|
+
</details>
|
|
429
|
+
|
|
430
|
+
<details>
|
|
431
|
+
<summary>Root (1 tool)</summary>
|
|
432
|
+
|
|
433
|
+
| Tool | Description | Access |
|
|
434
|
+
|------|-------------|--------|
|
|
435
|
+
| `authentik_root_config` | Get root configuration including capabilities, error reporting settings, and UI configuration | read-only |
|
|
436
|
+
|
|
437
|
+
</details>
|
|
438
|
+
|
|
439
|
+
<details>
|
|
440
|
+
<summary>Sources (10 tools)</summary>
|
|
441
|
+
|
|
442
|
+
Sources use a type+config pattern. Cross-type tools operate on any source, while per-type tools accept a `source_type` parameter. Available types: `oauth`, `saml`, `ldap`, `plex`, `kerberos`, `scim`.
|
|
443
|
+
|
|
444
|
+
| Tool | Description | Access |
|
|
445
|
+
|------|-------------|--------|
|
|
446
|
+
| `authentik_sources_list` | List all sources across all types (OAuth, SAML, LDAP, Plex, Kerberos, SCIM) | read-only |
|
|
447
|
+
| `authentik_sources_get` | Get a single source by its slug (cross-type) | read-only |
|
|
448
|
+
| `authentik_sources_delete` | Delete a source by its slug | full |
|
|
449
|
+
| `authentik_sources_types_list` | List all available source types | read-only |
|
|
450
|
+
| `authentik_sources_by_type_list` | List sources of a specific type | read-only |
|
|
451
|
+
| `authentik_sources_by_type_get` | Get a single source by type and slug | read-only |
|
|
452
|
+
| `authentik_sources_by_type_create` | Create a new source of a specific type | full |
|
|
453
|
+
| `authentik_sources_by_type_update` | Update an existing source by type and slug | full |
|
|
454
|
+
| `authentik_sources_by_type_delete` | Delete a source by type and slug | full |
|
|
455
|
+
| `authentik_sources_user_connections_list` | List user-source connections across all source types | read-only |
|
|
456
|
+
|
|
457
|
+
</details>
|
|
458
|
+
|
|
459
|
+
<details>
|
|
460
|
+
<summary>SSF (2 tools)</summary>
|
|
461
|
+
|
|
462
|
+
| Tool | Description | Access |
|
|
463
|
+
|------|-------------|--------|
|
|
464
|
+
| `authentik_ssf_streams_list` | List Shared Signals Framework (SSF) event streams with optional filters | read-only |
|
|
465
|
+
| `authentik_ssf_streams_get` | Get a single SSF event stream by its UUID | read-only |
|
|
466
|
+
|
|
467
|
+
</details>
|
|
468
|
+
|
|
469
|
+
<details>
|
|
470
|
+
<summary>Stages (19 tools)</summary>
|
|
471
|
+
|
|
472
|
+
Stages use a type+config pattern. Cross-type tools operate on any stage, while per-type tools accept a `stage_type` parameter. Available types: `authenticator_duo`, `authenticator_email`, `authenticator_endpoint_gdtc`, `authenticator_sms`, `authenticator_static`, `authenticator_totp`, `authenticator_validate`, `authenticator_webauthn`, `captcha`, `consent`, `deny`, `dummy`, `email`, `identification`, `invitation`, `mtls`, `password`, `prompt`, `redirect`, `source`, `user_delete`, `user_login`, `user_logout`, `user_write`.
|
|
473
|
+
|
|
474
|
+
| Tool | Description | Access |
|
|
475
|
+
|------|-------------|--------|
|
|
476
|
+
| `authentik_stages_list` | List all stages across all types with optional filters | read-only |
|
|
477
|
+
| `authentik_stages_get` | Get a single stage by its UUID (cross-type) | read-only |
|
|
478
|
+
| `authentik_stages_delete` | Delete a stage by its UUID (cross-type) | full |
|
|
479
|
+
| `authentik_stages_types_list` | List all available stage types | read-only |
|
|
480
|
+
| `authentik_stages_by_type_list` | List stages of a specific type with optional filters | read-only |
|
|
481
|
+
| `authentik_stages_by_type_get` | Get a single stage of a specific type by its UUID | read-only |
|
|
482
|
+
| `authentik_stages_by_type_create` | Create a new stage of a specific type | full |
|
|
483
|
+
| `authentik_stages_by_type_update` | Update an existing stage of a specific type | full |
|
|
484
|
+
| `authentik_stages_by_type_delete` | Delete a stage of a specific type by its UUID | full |
|
|
485
|
+
| `authentik_invitations_list` | List invitations with optional filters | read-only |
|
|
486
|
+
| `authentik_invitations_get` | Get a single invitation by its UUID | read-only |
|
|
487
|
+
| `authentik_invitations_create` | Create a new invitation | full |
|
|
488
|
+
| `authentik_invitations_update` | Update an existing invitation | full |
|
|
489
|
+
| `authentik_invitations_delete` | Delete an invitation by its UUID | full |
|
|
490
|
+
| `authentik_prompts_list` | List prompt field definitions with optional filters | read-only |
|
|
491
|
+
| `authentik_prompts_get` | Get a single prompt field definition by its UUID | read-only |
|
|
492
|
+
| `authentik_prompts_create` | Create a new prompt field definition | full |
|
|
493
|
+
| `authentik_prompts_update` | Update an existing prompt field definition | full |
|
|
494
|
+
| `authentik_prompts_delete` | Delete a prompt field definition by its UUID | full |
|
|
495
|
+
|
|
496
|
+
</details>
|
|
497
|
+
|
|
498
|
+
<details>
|
|
499
|
+
<summary>Tenants (10 tools)</summary>
|
|
500
|
+
|
|
501
|
+
| Tool | Description | Access |
|
|
502
|
+
|------|-------------|--------|
|
|
503
|
+
| `authentik_tenants_list` | List tenants with optional filters | read-only |
|
|
504
|
+
| `authentik_tenants_get` | Get a single tenant by its UUID | read-only |
|
|
505
|
+
| `authentik_tenants_create` | Create a new tenant | full |
|
|
506
|
+
| `authentik_tenants_update` | Update an existing tenant (partial update) | full |
|
|
507
|
+
| `authentik_tenants_delete` | Delete a tenant by its UUID (irreversible, removes all tenant data) | full |
|
|
508
|
+
| `authentik_tenants_create_admin_group` | Create an admin group for a tenant and add a user to it | full |
|
|
509
|
+
| `authentik_tenants_create_recovery_key` | Create a recovery key for a user in a tenant | full |
|
|
510
|
+
| `authentik_tenants_domains_list` | List tenant domains with optional filters | read-only |
|
|
511
|
+
| `authentik_tenants_domains_create` | Create a new domain for a tenant | full |
|
|
512
|
+
| `authentik_tenants_domains_delete` | Delete a tenant domain by its numeric ID | full |
|
|
513
|
+
|
|
514
|
+
</details>
|
|
515
|
+
|
|
516
|
+
## Known Limitations
|
|
517
|
+
|
|
518
|
+
The following enterprise endpoint features are not available in the `@goauthentik/api` SDK:
|
|
519
|
+
|
|
520
|
+
- **ENDP-01:** Agent connectors CRUD
|
|
521
|
+
- **ENDP-02:** Enrollment tokens CRUD
|
|
522
|
+
- **ENDP-03:** Enrollment key viewing
|
|
523
|
+
- **ENDP-06:** Device access groups CRUD
|
|
524
|
+
- **ENDP-07:** Fleet connectors CRUD
|
|
525
|
+
- **ENDP-08:** Connector types list
|
|
526
|
+
|
|
527
|
+
These enterprise endpoint features require SDK support that is not yet available.
|
|
528
|
+
|
|
529
|
+
## Troubleshooting
|
|
530
|
+
|
|
531
|
+
### Connection errors
|
|
532
|
+
|
|
533
|
+
- Verify `AUTHENTIK_URL` is reachable from the machine running the MCP server
|
|
534
|
+
- Ensure there is no trailing slash on the URL (use `https://auth.example.com` not `https://auth.example.com/`)
|
|
535
|
+
- Verify HTTPS is configured correctly if your instance uses TLS
|
|
536
|
+
|
|
537
|
+
### Token permissions
|
|
538
|
+
|
|
539
|
+
- The API token must have sufficient permissions for the tools you intend to use
|
|
540
|
+
- Tools with `full` access tier will fail if your token only has read permissions -- set `AUTHENTIK_ACCESS_TIER=read-only` to limit exposure
|
|
541
|
+
- Create tokens in the Authentik admin interface under Directory > Tokens and App passwords
|
|
542
|
+
|
|
543
|
+
### Category filtering
|
|
544
|
+
|
|
545
|
+
- Use `AUTHENTIK_CATEGORIES` with the actual category values listed above (e.g., `core,admin,flows`), not source file names
|
|
546
|
+
- Users, groups, applications, tokens, and brands are all under the `core` category, not separate categories
|
|
547
|
+
- Use comma-separated values with no spaces (e.g., `core,admin,events`)
|
|
548
|
+
|
|
549
|
+
## Verify It Works
|
|
550
|
+
|
|
551
|
+
After configuring your MCP client, ask your AI assistant:
|
|
552
|
+
|
|
553
|
+
> "What version of Authentik is running?"
|
|
554
|
+
|
|
555
|
+
If the connection is working, the assistant will call `authentik_admin_version` and return your server version and build hash.
|
|
556
|
+
|
|
557
|
+
## Usage Examples
|
|
558
|
+
|
|
559
|
+
- **"List all users in the admin group"** -- calls `authentik_users_list` and `authentik_groups_list` to find and display admin group members.
|
|
560
|
+
- **"What applications are configured?"** -- calls `authentik_apps_list` to show all applications with their providers and groups.
|
|
561
|
+
- **"Create a new user for john.doe@example.com"** -- calls `authentik_users_create` to set up the new user account.
|
|
562
|
+
|
|
563
|
+
## Development
|
|
564
|
+
|
|
565
|
+
```bash
|
|
566
|
+
# Install dependencies
|
|
567
|
+
npm install
|
|
568
|
+
|
|
569
|
+
# Build the project
|
|
570
|
+
npm run build
|
|
571
|
+
|
|
572
|
+
# Run in development mode (auto-reload)
|
|
573
|
+
npm run dev
|
|
574
|
+
|
|
575
|
+
# Open the MCP Inspector for interactive testing
|
|
576
|
+
npm run inspect
|
|
577
|
+
```
|
|
578
|
+
|
|
579
|
+
## License
|
|
580
|
+
|
|
581
|
+
[MIT](LICENSE)
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { AdminApi, AuthenticatorsApi, CoreApi, CryptoApi, EnterpriseApi, EventsApi, FlowsApi, ManagedApi, Oauth2Api, OutpostsApi, PoliciesApi, PropertymappingsApi, ProvidersApi, RacApi, RbacApi, RootApi, SchemaApi, SourcesApi, SsfApi, StagesApi, TenantsApi } from '@goauthentik/api';
|
|
2
|
+
export declare class AuthentikClient {
|
|
3
|
+
private readonly config;
|
|
4
|
+
constructor(baseUrl: string, token: string);
|
|
5
|
+
private _adminApi?;
|
|
6
|
+
get adminApi(): AdminApi;
|
|
7
|
+
private _authenticatorsApi?;
|
|
8
|
+
get authenticatorsApi(): AuthenticatorsApi;
|
|
9
|
+
private _coreApi?;
|
|
10
|
+
get coreApi(): CoreApi;
|
|
11
|
+
private _cryptoApi?;
|
|
12
|
+
get cryptoApi(): CryptoApi;
|
|
13
|
+
private _enterpriseApi?;
|
|
14
|
+
get enterpriseApi(): EnterpriseApi;
|
|
15
|
+
private _eventsApi?;
|
|
16
|
+
get eventsApi(): EventsApi;
|
|
17
|
+
private _flowsApi?;
|
|
18
|
+
get flowsApi(): FlowsApi;
|
|
19
|
+
private _managedApi?;
|
|
20
|
+
get managedApi(): ManagedApi;
|
|
21
|
+
private _oauth2Api?;
|
|
22
|
+
get oauth2Api(): Oauth2Api;
|
|
23
|
+
private _outpostsApi?;
|
|
24
|
+
get outpostsApi(): OutpostsApi;
|
|
25
|
+
private _policiesApi?;
|
|
26
|
+
get policiesApi(): PoliciesApi;
|
|
27
|
+
private _propertymappingsApi?;
|
|
28
|
+
get propertymappingsApi(): PropertymappingsApi;
|
|
29
|
+
private _providersApi?;
|
|
30
|
+
get providersApi(): ProvidersApi;
|
|
31
|
+
private _racApi?;
|
|
32
|
+
get racApi(): RacApi;
|
|
33
|
+
private _rbacApi?;
|
|
34
|
+
get rbacApi(): RbacApi;
|
|
35
|
+
private _rootApi?;
|
|
36
|
+
get rootApi(): RootApi;
|
|
37
|
+
private _schemaApi?;
|
|
38
|
+
get schemaApi(): SchemaApi;
|
|
39
|
+
private _sourcesApi?;
|
|
40
|
+
get sourcesApi(): SourcesApi;
|
|
41
|
+
private _ssfApi?;
|
|
42
|
+
get ssfApi(): SsfApi;
|
|
43
|
+
private _stagesApi?;
|
|
44
|
+
get stagesApi(): StagesApi;
|
|
45
|
+
private _tenantsApi?;
|
|
46
|
+
get tenantsApi(): TenantsApi;
|
|
47
|
+
validateConnection(): Promise<string>;
|
|
48
|
+
}
|