Sign in

Create tag

documented

Create a new tag for workflows. ([docs.n8n.io](https://docs.n8n.io/workflows/tags/?utm_source=openai))

POST /tagsWorkflowno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://{{$n8n_host}}/api/v1/tags" \
  -X POST \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -H "X-N8N-API-KEY: {{N8N_API_KEY}}" \
  -d '{"name": "{{$tag_name}}"}'