Scrydon
Vendor Catalog

Scrydon (built-in)

Platform-native products — knowledge, memory, storage, tables, workflow orchestration, and the core agent toolset

Vendor ID: scrydon · Maturity: preview · scrydon.com · Docs

The scrydon vendor is the platform's built-in integration. It has no external auth — every product runs against Scrydon's own services. These products are always available; they are also what most workflows lean on most.

Auth

CredentialNotes
noneBuilt-in. Tools authorize through the workflow's session, not an external credential.

Products

Knowledge

ID: scrydon:knowledge — RAG search and document grounding against the workspace knowledge base.

Tools include knowledge-rag-search, semantic and lexical retrieval, citations, and per-document DAC checks (clearance + grant).

Memory

ID: scrydon:memory — agent-scoped memory store.

Add, update, list, and recall memories in conversation- or workflow-scoped namespaces.

Storage

ID: scrydon:storage — ACL-enforced file and folder access to organization and workspace storage.

Read, write, list, search, and delete files. Backs the Karpathy-style agent loop where the agent's "filesystem" is the workspace storage.

The Storage block on the canvas exposes these tools through an Operation dropdown:

OperationToolWhat it does
Read Filestorage-readRead one file by its full storage path
Read Folder (all files)storage-read-folderList a folder prefix and read every file under it in one step (default 20 files, max 50)
List Pathsstorage-listList the storage paths under a folder prefix
Search Filesstorage-searchFull-text search across files under a prefix
Write Filestorage-writeCreate or overwrite a file with text content
Delete Filestorage-deleteDelete one file

The file and folder fields are searchable selectors: they list the organization files (00_organization/…) and the active workspace environment's shared files (02_workspaces/<workspace>/<environment>/shared/…) the current user's storage ACL allows, and still accept a manually typed path. You can copy a file's exact path from Settings → Storage in the platform app — each row in the organization and workspace file browsers has a Copy path action.

Read Folder returns files (path, content, mimeType per file) plus a skipped list for files the executing principal was not allowed to read — a partially readable folder does not fail the step.

Tables

ID: scrydon:tables — managed structured tables.

Create, write, query, get schema, delete. Powers structured data without provisioning a database.

Workflow

ID: scrydon:workflow — orchestrate sub-workflows from a parent workflow.

Use the Workflow block on the canvas, or call the executor tool directly to run another workflow as a step.

Web

ID: scrydon:web (fetch-webpage) — SSRF-protected web fetch.

Returns content as HTML, Markdown, or text. The runtime enforces an egress allowlist and blocks RFC 1918 / link-local addresses.

Email (SMTP)

ID: scrydon:smtp — send email through any SMTP server.

Useful when the workspace doesn't have a Gmail / Outlook integration installed but still needs outbound email.

SMS

ID: scrydon:sms — outbound SMS via the platform's Twilio-backed messaging service.

Guardrails

ID: scrydon:guardrails — content validation gates.

JSON / regex / PII / hallucination checks an agent step can fail-closed on. Pair with the Evaluator block for quality gating.

ID: scrydon:core-search — web search through the platform web-search capability.

The Search block's Search Integration selector lists your organization's enabled web-search integrations — the built-in provider (Google Custom Search) plus any pack-installed integration whose search product declares the web-search capability (e.g. Tavily). Pick one explicitly, or leave it on Automatic to use the organization default. Organization admins set that default under Settings → Platform Defaults → Default Web Search (stored as the platform.defaultWebSearchIntegration policy; when unset, the platform picks automatically). No API key on the block — credentials always resolve server-side from the integration connection.

If no web-search integration is enabled for the organization, the selector shows a red configuration error telling you to ask an admin to install one — and executions fail with a configuration hint (HTTP 412) until one is configured.

A2A

ID: scrydon:a2a — Agent-to-Agent protocol.

Talk to external Scrydon-compatible agents over the A2A wire format.

SSH

ID: scrydon:ssh — execute commands and manage files on remote servers.

Use a secret-store-backed credential; commands run inside the integration sandbox.

Generic

ID: scrydon:generic — primitives for outbound webhook calls and other patterns that don't fit a vendor product.

Core

ID: scrydon:core — the toolset behind core blocks (function execute, etc.). You won't usually invoke these directly — they back the Function / API / Agent core blocks.

Capabilities

The Scrydon vendor doesn't ship LLM / STT / TTS / embedding capabilities itself — those resolve through the capability registry against installed AI vendors (OpenAI, Anthropic, Mistral, Bedrock, Vertex, Foundry, Ollama, vLLM).

Where to next

On this page

On this page