n8n Public API Skill
n8n
n8n
| Method | Path | Description |
|---|---|---|
POST | /audit | |
GET | /credentials | Generate an audit |
POST | /credentials | List credentials |
PATCH | /credentials/{id} | Create a credential |
DELETE | /credentials/{id} | Update credential by ID |
GET | /credentials/schema/{credentialTypeName} | Delete credential by ID |
PUT | /credentials/{id}/transfer | Show credential data schema |
GET | /executions | Transfer a credential to another project. |
GET | /executions/{id} | Retrieve all executions |
DELETE | /executions/{id} | Retrieve an execution |
POST | /executions/{id}/retry | Delete an execution |
POST | /executions/{id}/stop | Retry an execution |
POST | /executions/stop | Stop an execution |
GET | /executions/{id}/tags | Stop multiple executions |
PUT | /executions/{id}/tags | Get execution tags |
POST | /tags | Update tags of an execution |
GET | /tags | Create a tag |
GET | /tags/{id} | Retrieve all tags |
DELETE | /tags/{id} | Retrieves a tag |
PUT | /tags/{id} | Delete a tag |
POST | /workflows | Update a tag |
GET | /workflows | Create a workflow |
GET | /workflows/{id} | Retrieve all workflows |
DELETE | /workflows/{id} | Retrieve a workflow |
PUT | /workflows/{id} | Delete a workflow |
GET | /workflows/{id}/{versionId} | Update a workflow |
POST | /workflows/{id}/activate | Retrieves a specific version of a workflow |
POST | /workflows/{id}/deactivate | Publish a workflow |
PUT | /workflows/{id}/transfer | Deactivate a workflow |
GET | /workflows/{id}/tags | Transfer a workflow to another project |
Use this API as a Claude Code skill for instant agent access.
lapsh skill-install n8n
Downloads and installs to ~/.claude/skills/n8n/
1.1.1 (2026-02-13)