Resources
Filter by:
Announcement
By Jack (Head of Platform)
Introducing Workflow Service: Build Resilient Multi-Step Jobs with Ease
We’re excited to introduce a new Workflow Service on Tailor Platform. This feature helps you build and execute complex, multi-step background jobs with automatic state management and resume capabilities.
Why it matters
Workflows let you automate multi-step processes in a reliable way and avoid repeating work when something fails.
Key benefits
- Chain multiple JavaScript functions into a single, orchestrated workflow.
- The execution state is saved after each step. If a workflow fails, you can resume from the point of failure without re-running successful steps.
- Ideal for long-running or multi-step processes
- Monitor progress through the or CLI (tailorctl).
For full technical details, including how workflows execute, state management, and code examples, see the documentation.
Announcement
By Jack (Head of Platform)
Introducing the Tailor Platform SDK - Faster, Smarter, More Modular
Simplifying integrations with the Tailor Platform
We’re excited to introduce the Tailor Platform SDK, a lightweight, developer-friendly toolkit that makes it easy to build, extend, and integrate with the Tailor Platform.
The SDK provides a unified and type-safe interface for working with Tailor APIs, enabling you to build faster and more reliably with less boilerplate code.
Key highlights:
- Easy Integration - Quickly connect to Tailor APIs with minimal setup.
- TypeScript Support - Built with TypeScript for strong typing, autocompletion, and clear developer experience.
- Lightweight & Modular - Import only what you need to keep your bundle small and efficient.
- Unified API Layer - Access multiple Tailor Platform services through a consistent interface.
Documentation & Resources
NPM Package: @tailor-platform/sdk
Tailor Platform SDK Developer Docs: Documentation
Feature
By Jack (Head of Platform)
Secure OAuth2 Integration with External Providers
We're excited to introduce AuthConnection - a built-in solution for secure OAuth2 integration with external providers. AuthConnection unifies OAuth workflows, protects secrets server-side, and simplifies external API calls directly from your Functions.
Key Highlights
- Server-side secret management keeps client secrets protected on the server instead of embedded in front-end or Function code, reducing the risk of secret leakage and improving security
- Automatic token refresh handles refreshing access tokens behind the scenes for long-lived integrations, eliminating the need for boilerplate refresh logic in Functions
- Seamless Function integration allows Functions to retrieve tokens through a simple API call making it easy to fetch and use tokens at runtime
- Provider-agnostic design supports any OAuth2-compliant provider (Google OAuth2, Microsoft 365, QuickBooks OAuth2, etc.) by configuring the appropriate endpoints and scopes, offering flexibility to connect to the systems you need
For full examples (Google OAuth2, Microsoft, QuickBooks OAuth2) and advanced error-handling patterns, see the documentation.
Feature
By Jack (Head of Platform)
Easily Deploy and Host Your Static Sites on Tailor
We’re excited to announce the release of Static Web Hosting, a fast, secure, and efficient way to host static sites directly on the Tailor platform. External hosting services are no longer required, as everything can now be handled within the platform.
With Static Web Hosting, you can:
- Deploy single-page applications (SPAs) directly on the platform.
- Automatically cache public sites via CDN for fast global delivery.
- Optionally restrict access via IP-based allowlists (disabling caching for restricted sites).
- Get a unique generated URL per site to reference in configurations.
Learn More
Static Web Hosting Documentation
Feature
By Jack (Head of Platform)
Tailor Built-in Identity Provider: Simplify Identity Management with Native Integration
We’re excited to introduce the Tailor Built-in Identity Provider (IdP), a native identity management solution. This feature removes the need for external identity providers and offers seamless integration with your existing Auth Service.
Key Highlights
- Native IdP Support: Manage identities directly within the Tailor Platform without relying on external providers.
- Streamlined Integration: Connect your applications to the built-in IdP in just a few steps using our comprehensive guide.
- Complete Authentication Workflow: Built-in IdP works with multiple components to deliver full authentication functionality:
Benefits
- Simplified identity management
- Reduced dependency on third-party IdPs
- Improved security and platform integration
Learn More
Check out our step-by-step guide for setting up and configuring the Built-in IdP: See the documentation
Feature
By Jack (Head of Platform)
Introducing File Type: File Storage and Management in TailorDB
We’re introducing File Type, a powerful feature allowing you to attach and manage files directly on records within their data models. This eliminates the need for separate file storage solutions.
Key Highlights
- Integrated File Storage: Store files alongside records for unified data management.
- Comprehensive File Management: Includes file size, checksum, content type, and timestamp tracking.
- Permission-Based Access: File access is automatically aligned with record-level permissions.
- GraphQL Integration: Retrieve and filter file metadata through GraphQL queries.
- HTTP Operations Support: Upload and download files using standard HTTP endpoints integrated with TailorDB’s API.
To learn more and get started, check out our documentation site.
Announcement
By Jack (Head of Platform)
Tailor Platform API Definitions – Public Release
We’re excited to introduce the Tailor Platform Protocol Buffers API—a foundational release that unlocks programmatic access to core platform management through Tailor’s API.
Key Highlights
Ready to Use:
All .proto files are available on GitHub.
Easy SDK generation:
Use Buf to generate client SDKs in your preferred language easily.
Broad coverage:
Includes Protobuf definitions for: Executor, Function, Secret Manager, Auth, Pipeline, and Tailor DB.
What's Included
With these APIs you can manage:
Core Resources:
Workspace, Application, and Organization for your environments and apps.
Control Plane Resources:
Tailor DB, Pipeline, Executor, Function, Secret Manager, and Auth for end-to-end platform management.
Multi-language SDK Support
Tailor’s protobufs plug straight into the Buf ecosystem—so you can generate and ship type-safe clients in the languages your teams already use.
Generate client libraries for your preferred language using our Buf-based SDKs.
To learn more: See our documentation for details and getting started.
Improvement
By Jack (Head of Platform)
New in Console: Teams, Folders, and Org Management
We are excited to announce that starting today, you can explore and manage your organization’s structure directly through the Console, including folders and teams.
This new experience makes it easier than ever to visualize and maintain your hierarchy, all in one place.
Here’s what you can do:
- View your full organization structure – See nested folders, teams, and their relationships in a clear, interactive layout.
- Create and manage teams and folders – Add, rename, move, or delete teams and folders with just a few clicks.
- Assign roles and permissions – Manage access at the organization level using role-based permissions, similar to workspace-level controls.
- Stay organized at scale – Easily maintain a clean and scalable hierarchy as your organization grows.
Feature
By Jack (Head of Platform)
Tailor launches ‘Function’ — A Serverless JavaScript Environment for Custom Code Execution
We’re excited to introduce the Tailor Function Service, a powerful runtime environment for executing custom JavaScript and TypeScript code within the Tailor Platform. Designed for flexibility, security, and ease of use, the Function Service enables developers to implement custom business logic, perform data transformations, and integrate with external systems—all without managing infrastructure.
With built-in access to TailorDB, support for HTTP requests, and the ability to use npm packages, the Function Service gives you everything you need to extend and customize your applications using a single JavaScript file.
⸻
Key Benefits of the Tailor Function Service:
Smooth Deployment
Deploy custom logic by simply writing JavaScript and applying it to the platform. No servers to configure, no middleware to manage—just fast, focused development and faster time-to-value.
Flexible Business Logic
Execute custom code that interacts directly with TailorDB, calls external APIs, or leverages open-source libraries via npm. Tailor makes it easy to implement domain-specific logic that fits your business needs.
Built-in Transaction Support
Safely read from and write to multiple TailorDB tables using built-in transaction handling, ensuring data consistency and reliability during complex operations.
⸻
The Tailor Function Service empowers developers to build smarter, more connected ERP applications without managing backend infrastructure. Whether you’re automating workflows, enriching data, or integrating external APIs, it’s never been easier to extend the Tailor Platform.
To get started, check out the official documentation.
Feature
By Jack (Head of Platform)
Supercharge Data Retrieval with TailorDB Vector Search
We are excited to announce the release of TailorDB Vector Search, a powerful new feature that enables semantic search capabilities within TailorDB—our next-generation, schema-driven database platform. With the rise of AI and generative technologies, semantic retrieval has become a key enabler for Retrieval-Augmented Generation (RAG), and TailorDB is ready to meet this growing demand.
TailorDB allows developers to define structured data models and automatically generate scalable APIs, accelerating backend development. With the addition of Vector Search, TailorDB now supports search based on the meaning of text—not just keywords—unlocking smarter, more accurate, and more intuitive data retrieval.
⸻
Key Benefits of TailorDB Vector Search:
Enhanced Business Efficiency
Find relevant information faster and with greater precision, improving workflows and decision-making.
AI-Ready Infrastructure
Built to support RAG and other generative AI techniques, enabling deeper insights from your business data.
Seamless Integration
Works directly within TailorDB’s schema-driven architecture, requiring only minimal configuration to get started.
Features of TailorDB Vector Search
- Highly Accurate Semantic Search – Retrieve meaningful results even from vague or natural language queries.
- Simple Setup – Add a few settings to your schema and start using vector search right away.
- Hybrid Search Support – Combine vector-based and traditional keyword search for a comprehensive retrieval strategy.
- Scalable and Fast – Handle millions of records with high-speed performance.
⸻
TailorDB Vector Search brings intelligent search capabilities to your applications with ease, helping you stay ahead in an AI-driven world.
To learn how to get started, visit our official documentation.
Announcement
By Jack (Head of Platform)

Tailor unveils the Tailor Terraform Provider to manage platform configuration for application development
We are excited to announce the launch of the Tailor Terraform Provider, a powerful integration that brings the full capabilities of the Tailor Platform into the Infrastructure as Code (IaC) ecosystem. With this release, developers and platform teams can manage Tailor resources using simple, declarative Terraform configurations—boosting automation, consistency, and operational efficiency.
As modern application infrastructures grow more complex, managing platform resources through code is no longer optional—it’s essential. The Tailor Terraform Provider meets this demand by embedding the Tailor Platform directly into Terraform by HashiCorp, empowering teams to provision, configure, and manage Tailor resources as part of their broader infrastructure workflows.
⸻
Key Features of the Tailor Terraform Provider:
The initial release includes support for 15 essential resource types, covering core Tailor capabilities:
- Workspace Management – Organize projects and environments efficiently.
- Authentication Namespaces – Manage logical partitions for authentication and authorization.
- OAuth2 Clients – Integrate third-party systems with secure credential management.
- TailorDB Deployment – Provision and scale flexible TailorDB instances. Define data models that drive your application logic.
- Application Deployment – Deploy modular applications powered by GraphQL subgraphs.
Infrastructure as Code, Made Easy
By leveraging Terraform’s widely adopted syntax and ecosystem, the Tailor Terraform Provider enables version-controlled, repeatable, and team-friendly configuration of Tailor resources—ensuring consistency across environments.
Comprehensive Documentation
Available on the Terraform Registry, our documentation includes:
- Clear and concise resource descriptions
- Attribute references with validation and schema guidance
- Practical usage examples and best practices to get started quickly
⸻
The Tailor Terraform Provider represents a major step toward fully programmable ERP infrastructure. Whether you’re managing authentication, data models, or application deployment, this provider ensures your Tailor configurations remain scalable, secure, and maintainable.
To learn more and get started, visit the Terraform Registry or check out our documentation site.
Announcement
By Jack (Head of Platform)
Tailor Platform initial public release
The Revolutionary Headless ERP Solution Empowering Business Customization
We are excited to announce the launch of Tailor, an innovative and versatile headless Enterprise Resource Planning (ERP) product. With Tailor, businesses can effortlessly generate a tailor-made ERP system that seamlessly integrates with their unique requirements, thanks to simple configuration files and a powerful command line tool.
Tailor represents a paradigm shift in ERP solutions, empowering businesses to customize their applications with ease. By harnessing the power of GraphQL, Tailor offers a headless architecture that decouples the user interface (UI) from the ERP backend, providing unparalleled flexibility and agility.
Key Features of Tailor:
Simplified Customization: Tailor enables customers to adapt their ERP applications by modifying the intuitive configuration files. No complex coding or technical expertise is required, making it accessible to a wide range of users.
Tailor-Made Solutions: With Tailor, businesses can create ERP apps that perfectly align with their unique needs. From small enterprises to large corporations, Tailor provides a scalable and adaptable solution that grows alongside your business.
Headless Architecture: By embracing GraphQL, Tailor offers a headless ERP architecture, separating the UI layer from the backend. This decoupling allows businesses to leverage multiple front-end technologies and ensures a seamless integration with existing systems.
Rapid Development: Tailor's command line tool streamlines the development process, reducing time-to-market for customized ERP applications. With its robust set of features and efficient workflow, businesses can swiftly create, deploy, and iterate on their ERP systems.
Tailor marks a new era in ERP solutions, empowering businesses to harness the full potential of customization while maintaining the stability and reliability that an ERP system offers. By providing an easy-to-use, scalable, and flexible platform, Tailor aims to revolutionize the way businesses adapt and evolve their ERP systems.
To learn more about Tailor and its features, visit our website

