Overview
This example demonstrates a full end-to-end setup using n8n-client. It shows how to authenticate, manage workflows, credentials, projects, and users through the typed API.
Workflow Management
This example covers creating, listing, activating, archiving, and versioning workflows using the WorkflowClient.
Execution Monitoring
This example covers listing, filtering, inspecting, stopping, and retrying executions using the ExecutionClient.
Credential Management
This example covers creating, testing, updating, transferring, and deleting credentials using the CredentialClient.
Project Organization
This example covers creating projects, managing folders, adding and removing members, and organizing workflows using ProjectClient and FolderClient.