# Base64 Tool Node

> Encodes or decodes text using Base64

**URL:** https://caywork.com/learn/docs/node/base64_tool_node

## Content

The Base64 Node is responsible for encodes or decodes text using base64. This node allows the agent to provide informative data directly sourced from Base64.

### Input Parameters
- **text**: The text to encode or decode.
- **mode**: The mode ('encode' or 'decode'). Defaults to 'encode'.

### Output
dict: A dictionary containing the result.