# Fastn

## Fastn

- [Getting Started](https://docs.fastn.ai/getting-started.md): Everything you need to go from signup to a working embedded integration — what Fastn is, how it works, and your first end-to-end build.
- [What is Fastn](https://docs.fastn.ai/getting-started/what-is-fastn.md): Embedded integration platform that lets SaaS companies offer native integrations without building connector infrastructure.
- [Platform Overview](https://docs.fastn.ai/getting-started/platform-overview.md): This page shows how Fastn's components connect to each other and where each piece fits in the architecture. Use it as a reference map when you're building integrations.
- [Signing Up as a SaaS Partner](https://docs.fastn.ai/getting-started/signing-up-as-a-saas-partner.md): A guide on how to use Fastn if you're a SaaS company.
- [Your First Integration](https://docs.fastn.ai/getting-started/your-first-integration.md): Build a working integration using the AI Setup Assistant from use case analysis to live workflows.
- [Tutorials](https://docs.fastn.ai/tutorials.md): Step-by-step guided lessons organized by role — SaaS Admin, Developer, and End User.
- [SaaS Admin](https://docs.fastn.ai/tutorials/saas-admin.md): Tutorials for setting up and managing Fastn within your SaaS product organization config, connectors, workflows, widgets, tenants, and access control.
- [Setting Up Your Organization](https://docs.fastn.ai/tutorials/saas-admin/setting-up-your-organization.md): Configure your organization profile, environments, API keys, and project settings after your first Fastn login.
- [Configuring a Connector](https://docs.fastn.ai/tutorials/saas-admin/configuring-a-connector.md): Set up a connector with OAuth or API key auth, configure its capabilities, test actions, and manage tenant-level credentials.
- [Creating a Workflow via AI](https://docs.fastn.ai/tutorials/saas-admin/creating-a-workflow-via-ai.md): An overview of building a workflow from natural language descriptions.
- [Configuring a Workflow in Code](https://docs.fastn.ai/tutorials/saas-admin/configuring-a-workflow-in-code.md): Write workflows in the code editor using export default async function(ctx), configure execution tiers, and test with sample input.
- [Setting Up Triggers](https://docs.fastn.ai/tutorials/saas-admin/setting-up-triggers.md): Create webhook, scheduler, and app event triggers under Integrations → Triggers and route them to your workflows.
- [Building Your Widget](https://docs.fastn.ai/tutorials/saas-admin/building-your-widget.md): Use the Widget Builder to create an embeddable integration hub add integrations, customize layout and style, and preview the customer experience.
- [Managing Customers](https://docs.fastn.ai/tutorials/saas-admin/managing-customers.md): Create customers under Settings → Customers, scope API calls per customer, and monitor customer-level activity.
- [Roles & Permissions Setup](https://docs.fastn.ai/tutorials/saas-admin/roles-and-permissions-setup.md): Assign system roles (Owner, Admin, Developer, Operator, Viewer, End User), create custom roles, and manage team access.
- [Developer](https://docs.fastn.ai/tutorials/developer.md): Tutorials for building on Fastn's platform from local dev setup, custom connectors, TypeScript workflows, deployment, AI agents, to MCP integration.
- [How Embedding Works](https://docs.fastn.ai/tutorials/developer/how-embedding-works.md)
- [Embedding Quickstart](https://docs.fastn.ai/tutorials/developer/embedding-quickstart.md)
- [Generating Embed Tokens](https://docs.fastn.ai/tutorials/developer/generating-embed-tokens.md)
- [Authentication & API Keys](https://docs.fastn.ai/tutorials/developer/authentication-and-api-keys.md)
- [Finding Your Org Identifier](https://docs.fastn.ai/tutorials/developer/finding-your-org-identifier.md)
- [Understanding Tenancy](https://docs.fastn.ai/tutorials/developer/understanding-tenancy.md): An overview of how tenancy works per user and org level in Fastn
- [Deployment](https://docs.fastn.ai/tutorials/developer/deployment.md)
- [MCP Gateway Integration](https://docs.fastn.ai/tutorials/developer/mcp-gateway-integration.md): Connect AI assistants to Fastn's MCP server i.e. native tools, dynamic tools, per-customer scoping, and integration patterns.
- [Troubleshooting](https://docs.fastn.ai/tutorials/developer/troubleshooting.md)
- [End User](https://docs.fastn.ai/tutorials/end-user.md): Tutorials for end users interacting with Fastn through the embedded widget — connecting apps, customizing integrations, and viewing sync status.
- [Connecting Apps via Widget](https://docs.fastn.ai/tutorials/end-user/connecting-apps-via-widget.md): Find available integrations, authorize your accounts, and activate connections through the embedded integration widget.
- [Customizing Your Integrations](https://docs.fastn.ai/tutorials/end-user/customizing-your-integrations.md): Configure sync preferences, field mappings, scheduling, and other settings for your active integrations through the widget.
- [Viewing Sync Status & History](https://docs.fastn.ai/tutorials/end-user/viewing-sync-status-and-history.md): Check what's syncing, view execution history, spot errors, and know when to contact support.
- [Reference](https://docs.fastn.ai/reference.md): Technical reference documentation — specifications, schemas, interfaces, and lookup tables for every component of the Fastn platform.
- [Glossary](https://docs.fastn.ai/reference/glossary.md): Alphabetized definitions of every term used across the Fastn platform and documentation.
- [Customer model](https://docs.fastn.ai/reference/customer-model.md): The customer hierarchy, isolation model, customer management, and data residency.
- [Connectors](https://docs.fastn.ai/reference/connectors.md): Built-in connector list, 6 auth methods, Create Connector dialog fields, connections, and capability registry.
- [Workflows](https://docs.fastn.ai/reference/workflows.md): AI builder and code editor interface, ctx object, execution tiers, retry policy, workflow statuses, versioning, and trigger integration.
- [Triggers](https://docs.fastn.ai/reference/triggers.md): Webhook triggers with routes and filters, scheduler presets, app event subscriptions, and trigger management.
- [RBAC & Security](https://docs.fastn.ai/reference/rbac-and-security.md): Role definitions, permission matrix, Row-Level Security policies, scope conditions, and auth middleware.
- [MCP Gateway](https://docs.fastn.ai/reference/mcp-gateway.md): Native tools, dynamic tools, per-tenant availability, and the MCP resource protocol.
- [Activity](https://docs.fastn.ai/reference/activity.md): Monitor events, connector traces, workflow executions, and alert rules across your entire workspace.
- [API Reference](https://docs.fastn.ai/reference/api-reference.md): Core and platform endpoints, authentication headers, error codes, and rate limiting.
- [Alerts](https://docs.fastn.ai/reference/alerts.md): Alert rule conditions, thresholds, and monitoring configuration.
- [Audit Log](https://docs.fastn.ai/reference/audit-log.md): Audit log columns, filters, action types, and query patterns.
- [AI Agents](https://docs.fastn.ai/ai-agents.md): Fastn's 15 AI agents — what each one does, how they work together, and how orchestrated agents coordinate sub-agents for complex tasks.
- [Connector Agent](https://docs.fastn.ai/ai-agents/connector-agent.md): The orchestrated agent system that builds and maintains connectors — from API spec discovery to action creation, webhook setup, testing, and automated fixing.
- [Workflow Agent](https://docs.fastn.ai/ai-agents/workflow-agent.md): The orchestrated agent system that builds and validates workflows — from requirement analysis to build planning, flow creation, test case generation, and validation.
- [Onboarding Agents](https://docs.fastn.ai/ai-agents/onboarding-agents.md): Two agents that guide onboarding — one for SaaS companies setting up the platform, one for end customers connecting their tools through the widget.
- [Intelligence Brief Agent](https://docs.fastn.ai/ai-agents/intelligence-brief-agent.md): A multi-agent graph that researches companies using public information and produces integration strategy briefs with recommended connectors and workflow patterns.
- [Configuration Agent](https://docs.fastn.ai/ai-agents/configuration-agent.md): Probes live APIs to gather sample data, helps users define filter conditions and targets, and manages complex configuration scenarios.
- [Key Concepts & Terminology](https://docs.fastn.ai/ai-agents/key-concepts-and-terminology.md): Core concepts to understand crucial areas around Fastn
- [How Fastn Works](https://docs.fastn.ai/how-fastn-works.md): Embed integrations instantly, seamlessly connecting APIs, legacy systems, and enterprise workflows. Fastn AI powers everything in between to accelerate your product.
- [Your First Automation](https://docs.fastn.ai/your-first-automation.md): Explore real-world use cases to quickly kickstart your integration flows with Fastn AI.
- [Quick Start Guide](https://docs.fastn.ai/quick-start-guide.md): Build a working flow in under 10 minutes. No prior Fastn experience required.
- [Flow Setup Essentials](https://docs.fastn.ai/flow-setup-essentials.md): Flows power automation by letting you define how data should move and be processed across your systems.
- [Flow Settings](https://docs.fastn.ai/flow-setup-essentials/flow-settings.md): Manage how your flow runs and looks with the Settings sidebar, where you can configure execution, validation, security, and visuals.
- [Flow Step Settings](https://docs.fastn.ai/flow-setup-essentials/flow-settings/flow-step-settings.md): Configure step-level behavior in your Fastn flows. Learn how to skip steps, add notes, group steps with labels, and set up automatic retries.
- [Using Templates](https://docs.fastn.ai/flow-setup-essentials/flow-settings/using-templates.md): Fastn allows users to save flows as reusable templates. These templates can be imported and used across projects and teams within the same workspace.
- [Designing a Flow](https://docs.fastn.ai/flow-setup-essentials/designing-a-flow.md): Fastn’s visual canvas allows you to build workflows by dragging and connecting flow components. Each component represents a logic or data processing block.
- [Connectors](https://docs.fastn.ai/flow-setup-essentials/designing-a-flow/connectors.md): Link your Fastn flow to external services and APIs like Slack and HubSpot. Configure prebuilt connectors to automate data exchange across 250+ apps.
- [Database](https://docs.fastn.ai/flow-setup-essentials/designing-a-flow/database.md): Read from and write to Fastn's internal database using SQL queries. Manage structured data, run lookups, and store results within your automation flows.
- [Data Mapper](https://docs.fastn.ai/flow-setup-essentials/designing-a-flow/data-mapper.md): Transform and map data between flow steps in Fastn. Route outputs from connectors, variables, and secrets into the format your next step needs.
- [Variables](https://docs.fastn.ai/flow-setup-essentials/designing-a-flow/variables.md): Define and reuse values like counters, strings, and flags across your Fastn flow steps. Store intermediate data and configuration settings.
- [Switch](https://docs.fastn.ai/flow-setup-essentials/designing-a-flow/switch.md): Add conditional branching logic to your Fastn flows. Use the Switch component to route automation paths based on specific data conditions.
- [Loop](https://docs.fastn.ai/flow-setup-essentials/designing-a-flow/loop.md): Repeat actions in your Fastn flow using loop components. Iterate over data, run fixed repetitions, or use while conditions for workflow automation.
- [Download File](https://docs.fastn.ai/flow-setup-essentials/designing-a-flow/download-file.md): Fetch files from a URL and use them within your Fastn flow. Download CSVs, attachments, or other files for processing in subsequent automation steps.
- [Converter](https://docs.fastn.ai/flow-setup-essentials/designing-a-flow/converter.md): Convert data formats in your Fastn flow, such as JSON to CSV, XML, or Parquet. Prepare data for exports, analytics, or downstream API integrations.
- [Custom Code](https://docs.fastn.ai/flow-setup-essentials/designing-a-flow/custom-code.md): Write custom logic in JavaScript, Python, or C# inside your Fastn flow. Handle advanced data processing that standard automation components cannot cover.
- [Flow Response: Success & Error](https://docs.fastn.ai/flow-setup-essentials/designing-a-flow/flow-response-success-and-error.md): Configure success and error responses for your Fastn flow. Customize HTTP response messages and status codes returned when an automation completes.
- [AI Agent & AI Action in Flows](https://docs.fastn.ai/flow-setup-essentials/designing-a-flow/ai-agent-and-ai-action-in-flows.md): Power your flows with intelligence; choose between full agent logic or quick single-step actions.
- [Logger](https://docs.fastn.ai/flow-setup-essentials/designing-a-flow/logger.md): Add a step to log messages or data objects. Useful for debugging or tracking flow activity.
- [File Transfer Protocol (FTP)](https://docs.fastn.ai/flow-setup-essentials/designing-a-flow/file-transfer-protocol-ftp.md): Transfer files between systems using FTP, FTPS, or SFTP connections.
- [Trigger](https://docs.fastn.ai/flow-setup-essentials/designing-a-flow/trigger.md): Initiate a flow whenever a specific event occurs in a connected app
- [Summarization Chain](https://docs.fastn.ai/flow-setup-essentials/designing-a-flow/summarization-chain.md): Condense large documents, chat logs, or articles into short, readable outputs while maintaining key context and intent.
- [Flow Transformation](https://docs.fastn.ai/flow-setup-essentials/designing-a-flow/flow-transformation.md): These components help you reshape, refine, and control how data moves through your flow.
- [Filter](https://docs.fastn.ai/flow-setup-essentials/designing-a-flow/flow-transformation/filter.md): Filter data based on a condition to keep only the required records.
- [Limit](https://docs.fastn.ai/flow-setup-essentials/designing-a-flow/flow-transformation/limit.md): Restrict the number of records processed or passed forward in the flow.
- [Split](https://docs.fastn.ai/flow-setup-essentials/designing-a-flow/flow-transformation/split.md): Split data into multiple branches based on a defined condition.
- [Aggregate](https://docs.fastn.ai/flow-setup-essentials/designing-a-flow/flow-transformation/aggregate.md): Compute summarized or aggregated values from data.
- [Merge](https://docs.fastn.ai/flow-setup-essentials/designing-a-flow/flow-transformation/merge.md): Combine data from multiple branches back into a single output path.
- [Data Mapping in Flows](https://docs.fastn.ai/flow-setup-essentials/designing-a-flow/data-mapping-in-flows.md): Transform and Reshape Data for the Next Step.
- [Connecting Apps](https://docs.fastn.ai/flow-setup-essentials/connecting-apps.md): Connect your Fastn flows to external apps, APIs, and databases using prebuilt or custom connectors with managed authentication.
- [Connector Types & Setup](https://docs.fastn.ai/flow-setup-essentials/connecting-apps/connector-types-and-setup.md): Connectors are used to seamlessly integrate data from various data sources and APIs into your created flows.
- [Managing & Using Connectors](https://docs.fastn.ai/flow-setup-essentials/connecting-apps/managing-and-using-connectors.md): Learn to integrate external apps as Connectors in your Flows or make new Custom Connectors.
- [Setting up Connector Authentication](https://docs.fastn.ai/flow-setup-essentials/connecting-apps/setting-up-connector-authentication.md): Learn how to configure authentication for any Connector inside your Fastn Workspace.
- [Fixed vs Dynamic Connections](https://docs.fastn.ai/flow-setup-essentials/connecting-apps/fixed-vs-dynamic-connections.md): Understand the two connection modes for connector steps in flows: fixed connections using workspace credentials and dynamic connections using per-tenant credentials via widgets.
- [Data & Storage](https://docs.fastn.ai/flow-setup-essentials/data-and-storage.md): Store and manage data in your Fastn flows using the built-in database or external databases like PostgreSQL and Redshift.
- [Connect to the Fastn DB](https://docs.fastn.ai/flow-setup-essentials/data-and-storage/connect-to-the-fastn-db.md): Connections to the Fastn database can be added into flows using the database flow element.
- [Connecting External Databases](https://docs.fastn.ai/flow-setup-essentials/data-and-storage/connecting-external-databases.md): Fastn gives users the ability to either connect their flows to their externally managed databases or to the fastn DB available on the platform.
- [Debugging & Troubleshooting](https://docs.fastn.ai/debugging-and-troubleshooting.md): Find and fix problems in your flows using Fastn's built-in debugging tools.
- [Tutorials](https://docs.fastn.ai/tutorials-1.md): Explore step-by-step tutorials on integrations, flows, automation, and MCP servers to get the most out of Fastn.
- [Understanding Flow Types](https://docs.fastn.ai/tutorials-1/understanding-flow-types.md): Learn about Fastn flow types including activation, selection, and configuration flows for building embedded integration widgets.
- [How to Set Up an Activation Flow?](https://docs.fastn.ai/tutorials-1/understanding-flow-types/how-to-set-up-an-activation-flow.md): Use the Activation Flow template to quickly set up and test new flows, webhooks, and routing logic in Fastn.
- [How to Set Up a Selection Flow?](https://docs.fastn.ai/tutorials-1/understanding-flow-types/how-to-set-up-a-selection-flow.md): Learn how to build a selection flow that powers dropdown selections inside configuration flows, using connector actions like Google Cloud Storage Get Buckets as an example.
- [How to Set Up a Configuration Flow in Fastn?](https://docs.fastn.ai/tutorials-1/understanding-flow-types/how-to-set-up-a-configuration-flow-in-fastn.md): Learn how to create and manage configuration flows in Fastn. Configure fields, apply selection logic (static, dynamic, custom, mapping), and add field-level validation for user inputs.
- [Setting up a Configuration Flow with Static Selection Options](https://docs.fastn.ai/tutorials-1/understanding-flow-types/how-to-set-up-a-configuration-flow-in-fastn/setting-up-a-configuration-flow-with-static-selection-options.md): Learn how to configure static fields in your configuration flow, define option values manually, and control how they appear in your widget interface.
- [Setting up a Configuration Flow with Dynamic Selection Options](https://docs.fastn.ai/tutorials-1/understanding-flow-types/how-to-set-up-a-configuration-flow-in-fastn/setting-up-a-configuration-flow-with-dynamic-selection-options.md): Define dynamic selections, pagination rules, and field behaviors that automatically adjust based on user input or real-time data.
- [Setting up a Configuration Flow with Custom Selection Options](https://docs.fastn.ai/tutorials-1/understanding-flow-types/how-to-set-up-a-configuration-flow-in-fastn/setting-up-a-configuration-flow-with-custom-selection-options.md): Learn how to create a custom file picker inside a configuration flow, set file type restrictions, and dynamically map selected files or folders to your widget fields.
- [Setting up a Configuration Flow with Mapping Selection Options](https://docs.fastn.ai/tutorials-1/understanding-flow-types/how-to-set-up-a-configuration-flow-in-fastn/setting-up-a-configuration-flow-with-mapping-selection-options.md): Learn how to configure a mapping selection in your configuration flow, link source and destination flows, and control editable fields for your final widget setup.
- [Setting up Field-Level Validation in Configuration Flows](https://docs.fastn.ai/tutorials-1/understanding-flow-types/how-to-set-up-a-configuration-flow-in-fastn/setting-up-field-level-validation-in-configuration-flows.md): Learn how to add field-level validation in configuration flows to enforce required inputs and proper URL formatting before submission.
- [Flow Customization & Operations](https://docs.fastn.ai/tutorials-1/flow-customization-and-operations.md): Customize Fastn flow behavior for authentication, error handling, multi-app connections, and pagination in your automation workflows.
- [How to Customize your Authentication Flow?](https://docs.fastn.ai/tutorials-1/flow-customization-and-operations/how-to-customize-your-authentication-flow.md): The Custom Auth flow lets you validate incoming requests, check tokens, and return user details and you can customize it to match your own authentication logic.
- [How to Customize Your Error Notification Flow?](https://docs.fastn.ai/tutorials-1/flow-customization-and-operations/how-to-customize-your-error-notification-flow.md): The Error Notification flow captures failures from other flows, allows you to customize the error message, and forwards alerts to destinations such as Slack, email, or databases.
- [How to Customize Success and Error Messages UI in Flows?](https://docs.fastn.ai/tutorials-1/flow-customization-and-operations/how-to-customize-success-and-error-messages-ui-in-flows.md): These messages appear as UI elements that show when a Flow completes successfully or encounters an error.
- [How to Manage Multiple App Connections Together?](https://docs.fastn.ai/tutorials-1/flow-customization-and-operations/how-to-manage-multiple-app-connections-together.md): Learn to configure Unified Connectors to manage multiple app syncs, like HubSpot tasks, sales, and customer data, from one widget.
- [How to Set Up Pagination in your Flow?](https://docs.fastn.ai/tutorials-1/flow-customization-and-operations/how-to-set-up-pagination-in-your-flow.md): Fastn Flows lets you process large datasets efficiently by setting up pagination using parameters that control batch size and data offset.
- [Data Migrations](https://docs.fastn.ai/tutorials-1/data-migrations.md): Automate data migrations between Google Drive, AWS Redshift, and Google Cloud Storage using Fastn flows and widgets.
- [Setting Up a Google Drive to GCS Migration - Widget](https://docs.fastn.ai/tutorials-1/data-migrations/setting-up-a-google-drive-to-gcs-migration-widget.md): Use this guide to build a widget in Fastn that allows users to authenticate with Google Drive, configure file selection, and schedule automated syncs to Google Cloud Storage (GCS).
- [Setting Up an AWS Redshift to GCS Migration - Widget](https://docs.fastn.ai/tutorials-1/data-migrations/setting-up-an-aws-redshift-to-gcs-migration-widget.md): Use this guide to build a widget in Fastn that allows users to authenticate with RedShift, configure file selection, and schedule automated syncs to Google Cloud Storage (GCS).
- [Setting Up a Google Drive to GCS Migration Flow](https://docs.fastn.ai/tutorials-1/data-migrations/setting-up-a-google-drive-to-gcs-migration-flow.md): Migrate files from Google Drive to Google Cloud Storage for each tenant, preserving folder structures, handling Google file formats, and avoiding duplicate uploads based on file update timestamps.
- [Setting Up a Redshift to GCS Migration Flow](https://docs.fastn.ai/tutorials-1/data-migrations/setting-up-a-redshift-to-gcs-migration-flow.md): This guide walks you through the Redshift-to-GCS migration flow, explaining each step so you understand what’s happening under the hood. The flow is designed to take queries from Redshift, process the
- [API Reference](https://docs.fastn.ai/api-reference.md): API endpoints, authentication, request formats, and error codes for Fastn Flows.
- [Library](https://docs.fastn.ai/library.md): Tutorials, glossary, and FAQs for Fastn's embedded integration platform, AI agent builder, and MCP server gateway.
- [FAQs](https://docs.fastn.ai/library/faqs.md): Answers to common questions about Fastn flows, debugging, data syncs, connector filtering, and integration best practices.
- [Glossary](https://docs.fastn.ai/library/glossary.md): Definitions of key Fastn terms including connectors, flows, tenants, MCP, UCL, workspaces, and AI agent components.
- [Fastn Classic](https://docs.fastn.ai/classic/fastn-classic.md): V1 is in maintenance mode. It will be supported until sunset. New features are only available in V2.
- [Fastn V1: embedded integration platform for AI agents](https://docs.fastn.ai/classic/fastn-classic/readme.md)
- [Fastn: embedded integration platform for AI agents](https://docs.fastn.ai/classic/fastn-embedded-integration-platform-for-ai-agents.md): Connect AI agents and SaaS applications to 250+ enterprise tools with Fastn's embedded integration platform. Managed OAuth, multi-tenant architecture, and sub-second execution.
- [Embedded Integrations](https://docs.fastn.ai/classic/embedded-integrations.md): These integrations are designed for your customers to use, no need for them to sign in to Fastn directly.
- [Getting Started with Fastn's Embedded Experience](https://docs.fastn.ai/classic/embedded-integrations/getting-started-with-fastns-embedded-experience.md): Learn what the Embedded Experience is, where it's useful, and see how it works through a real-world Shopify example.
- [Building and Configuring Widgets in Fastn](https://docs.fastn.ai/classic/embedded-integrations/getting-started-with-fastns-embedded-experience/building-and-configuring-widgets-in-fastn.md): Learn how to build and configure interactive widgets in Fastn to connect apps, control actions, and deploy them seamlessly for end-users.
- [Previewing and Integrating Widgets](https://docs.fastn.ai/classic/embedded-integrations/getting-started-with-fastns-embedded-experience/previewing-and-integrating-widgets.md): Learn how to preview, authenticate, and embed Fastn widgets into your apps using iframe or React, with options for custom auth, filtering, and connector overrides.
- [Custom Webhooks: Automatic Triggers](https://docs.fastn.ai/classic/embedded-integrations/getting-started-with-fastns-embedded-experience/custom-webhooks-automatic-triggers.md): In Fastn, webhooks enable event-driven automation, so your workflows respond instantly to external changes without the need for constant checking or manual input.
- [Workspace Management](https://docs.fastn.ai/classic/embedded-integrations/workspace-management.md): In the Fastn platform, workspaces are used to organize your created flows, workflows, webhooks, widgets etc.
- [Analytics & Monitoring Dashboard](https://docs.fastn.ai/classic/embedded-integrations/workspace-management/analytics-and-monitoring-dashboard.md): Track Every Integration. Optimize Every Flow.
- [Deployment](https://docs.fastn.ai/classic/embedded-integrations/workspace-management/deployment.md): Manage how your Fastn flows, connectors, and widgets move between environments using releases and pipelines.
- [Releases](https://docs.fastn.ai/classic/embedded-integrations/workspace-management/deployment/releases.md)
- [Pipelines](https://docs.fastn.ai/classic/embedded-integrations/workspace-management/deployment/pipelines.md)
- [Fastn UCL](https://docs.fastn.ai/classic/fastn-ucl.md)
- [Getting Started](https://docs.fastn.ai/classic/fastn-ucl/getting-started.md): Connect your AI agents to 250+ enterprise apps with managed authentication, multi-tenant support, and sub-second execution through Fastn's Unified Context Layer (UCL).
- [About Unified Context Layer](https://docs.fastn.ai/classic/fastn-ucl/getting-started/about-unified-context-layer.md): A unified layer that simplifies integration by handling routing, context, and multitenancy; securely and at scale.
- [Embedding UCL onto your AI Agent](https://docs.fastn.ai/classic/fastn-ucl/getting-started/about-unified-context-layer/embedding-ucl-onto-your-ai-agent.md): This guide will take you through each step, from setting up your environment to seamlessly integrating your tools into your environment.
- [Multitenancy](https://docs.fastn.ai/classic/fastn-ucl/getting-started/about-unified-context-layer/multitenancy.md): This approach provides clear separation and control while optimizing resource usage.
- [Defining an MCP Server](https://docs.fastn.ai/classic/fastn-ucl/getting-started/about-unified-context-layer/defining-an-mcp-server.md): This guide walks you through the process of setting up an MCP server from the UCL dashboard.
- [Creating a Custom Tool](https://docs.fastn.ai/classic/fastn-ucl/getting-started/about-unified-context-layer/creating-a-custom-tool.md): UCL lets you easily build your own custom tool groups using natural language.
- [Monitoring](https://docs.fastn.ai/classic/fastn-ucl/getting-started/about-unified-context-layer/monitoring.md): The Insights page helps you track everything happening across your tenants, connectors, and actions. It is divided into three main parts: Overview, Tool Usage, and Logs.
- [UCL Security & Compliance](https://docs.fastn.ai/classic/fastn-ucl/getting-started/about-unified-context-layer/monitoring/ucl-security-and-compliance.md): This overview highlights UCL’s enterprise-grade security, compliance, and governance capabilities.
- [How UCL Works in Real Scenarios?](https://docs.fastn.ai/classic/fastn-ucl/getting-started/how-ucl-works-in-real-scenarios.md): This section includes a collection of examples and real-world scenarios showing how UCL connects your AI clients with different tools to perform actions, without writing any code.
- [Create a Google Doc and share it to Slack - using UCL](https://docs.fastn.ai/classic/fastn-ucl/getting-started/how-ucl-works-in-real-scenarios/create-a-google-doc-and-share-it-to-slack-using-ucl.md): In this guide, you’ll create a Google Doc with some content and automatically share it to a Slack channel. We’ll use Fastn to connect the two apps and make the workflow run in just a few steps.
- [Connect UCL for task Assignment in Jira](https://docs.fastn.ai/classic/fastn-ucl/getting-started/how-ucl-works-in-real-scenarios/connect-ucl-for-task-assignment-in-jira.md): In this guide, you’ll learn how to use UCL's Playground for AI Assistant to assign Jira tasks with natural language; no integration code needed.
- [Connect UCL to Cursor and access data from Notion](https://docs.fastn.ai/classic/fastn-ucl/getting-started/how-ucl-works-in-real-scenarios/connect-ucl-to-cursor-and-access-data-from-notion.md): In this guide, you’ll learn how to connect a UCL deployment to Cursor and use its AI assistant to retrieve summary from Notion for a specific meeting; all without writing any integration code.
- [Scheduling Flows](https://docs.fastn.ai/classic/scheduling-flows.md): Run flows automatically on a timer whether daily syncs, hourly checks, weekly reports.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.fastn.ai/getting-started.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.
Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
