Data & Storage
Feed external data into your workspace and keep working files alongside it.
Data feeds
| Block | Type ID | Description |
|---|---|---|
| Twelve Data | data.twelve_data | Stocks, forex, indices, commodities — quotes and history. |
| Apify | data.apify | Universal web scraping — Amazon, Instagram, Google Maps, 3000+ actors. |
Storage
| Block | Type ID | Description |
|---|---|---|
| File Explorer | storage.file_explorer | Sandboxed file manager — CSV, JSON, TXT (100 MB / workspace). |
How they connect
| From | To | What happens |
|---|---|---|
| Worker | Twelve Data | ctx.twelve_data provides quotes and history in code |
| Worker | Apify | ctx runs scraping actors and reads results |
| Worker | File Explorer | ctx.files provides read / write / list / delete |
| AI Agent | a data feed | The feed becomes a tool the model can query |