---
title: "list_credentials — AI Ability"
description: "List credentials — List vault credentials (names, types and masked hints only — secrets are never returned)."
url: "https://wpwebhooks.org/docs/ability-list-credentials/"
---

[WP Webhooks](/) / [Docs](/docs/) / list\_credentials

AI Ability since v2.0.0

# list\_credentials

List credentials — List vault credentials (names, types and masked hints only — secrets are never returned).

List vault credentials (names, types and masked hints only — secrets are never returned). Registered as the WordPress Ability `flowsystems-webhook-actions/list_credentials`, so external AI tools (Claude Code, Cursor) can call it over MCP or REST with a scoped API token.

/ Plan step shape

```
{ "ability": "list_credentials", "input": {  } }
```

/ Scope & confirmation

Minimum API-token scope for external (MCP/REST) callers: `full`. Runs without a confirmation pause (the overall plan is still user-approved before execution starts).

/ Examples

Plan step as the AI Builder proposes it

```
{
  "id": "step_1",
  "ability": "list_credentials",
  "summary": "…",
  "input": {}
}
```

/ Related

[assign\_credential](/docs/ability-assign-credential/)[Credentials Vault](/docs/credentials-vault/)[REST API reference](/webhook-wordpress-plugin-api/)

/Ready

## Your next automation is  
one sentence away.

[Install Plugin→](https://wordpress.org/plugins/flowsystems-webhook-actions/) [See the Plugin →](/wordpress-webhook-plugin/)

$ wp plugin install flowsystems-webhook-actions --activate

## Structured data

```json
{"@context":"https://schema.org","@type":"TechArticle","name":"list_credentials — AI Ability — Webhook Actions Docs","description":"List credentials — List vault credentials (names, types and masked hints only — secrets are never returned).","url":"https://wpwebhooks.org/docs/ability-list-credentials/","isPartOf":{"@type":"WebSite","name":"WP Webhooks","url":"https://wpwebhooks.org"},"about":{"@type":"SoftwareApplication","name":"Webhook Actions","applicationCategory":"WordPress Plugin"}}
```
