Tech Tip: How to Extract Decrypted Credentials & Workflow Settings from Self-Hosted n8n

When migrating automated workflows to for example custom Python scripts, you often need the exact API tokens, secrets, or chat parameters configured inside your self-hosted n8n instance. Because the n8n web UI masks sensitive values (displaying dots or grayed-out inputs), you cannot simply copy-paste tokens from the web browser. However, since you host the instance, … Read more

Hands on with AI and MLOps – EU compliant in 2026 – Meet Nebius

Nebius is a full-stack AI cloud delivering high-performance NVIDIA H100, H200 and GB200 GPU compute, managed Kubernetes and MLOps tooling for training, fine-tuning and serving large models. Listed on Nasdaq and headquartered in Amsterdam, it operates purpose-built AI data centres in Finland, France and Iceland. It positions itself as a specialized, AI-native alternative to AWS and Azure, leveraging its European data center … Read more

Secure API Automation with Cloudflare Zero Trust (Part 3)

Part 3: Script explained – Use Cloudflare with Secure API Calls Building on Part 2, where we discussed technical automation for BookStack, this part dives into code that can be used for lookup and creation of entries for a BookStack via Cloudflare. The challenge with automating behind a Zero Trust perimeter is ensuring your scripts … Read more

Secure API Automation with Cloudflare Zero Trust (Part 2)

Part 2: Automating BookStack Content with Secure API Calls Building on Part 1 where we discussed secure API access via Cloudflare Zero Trust and generic automation scripts, this part dives into technical automation for BookStack. The goal: programmatically create books and assign them to shelves while keeping operations idempotent — running the script multiple times … Read more

Secure API Automation with Cloudflare Zero Trust (Part 1)

Secure API Automation with Cloudflare Cloudflare Zero Trust lets automation scripts access internal APIs securely, without VPNs or exposing origin servers. Safe and Identity-Aware All traffic passes through Cloudflare, enforcing identity-based access and hiding the application’s IP. Scripts use a Client ID/Secret to authenticate, while the application enforces API-level permissions with a separate token. Idempotent … Read more

n8n: The low-code Workflow Automation Tool

With standard API and AI integrations n8n is an open-source, low-code platform that lets you visually build powerful automations by connecting different applications and services. Beyond Integrations: Connect to Anything While n8n comes with over 400 pre-built integrations for tools like GitHub, GitLab, and Slack, its real power comes from the generic HTTP Request node. … Read more

[Quick learn] Claude Code: agentic coding tool that lives in your terminal ($$*)

Claude Code from Anthropic is a new command-line tool designed to streamline DevOps workflows. It integrates Claude AI directly into your terminal, enabling faster coding and automated operations through natural language commands. Be aware: $$ – API key needed via paid subscription What Claude Code Does for DevOps This agentic coding tool accelerates development by … Read more

[AI news] Factory: delegate software development tasks to agents called Droids

Factory is an innovative agentic AI platform that introduces Droids—autonomous software agents designed to execute development tasks with speed and precision. These Droids can handle everything from creating pull requests and updating documentation to managing tickets and reviewing code—essentially serving as AI engineers that work alongside your human team. Key Features Impact & Benefits Factory … Read more