LogoLogo
Visit Contextual.ioSign Up
  • Getting Started
    • Welcome
    • Tour: Hello, AI World!
  • TRAINING
    • Basic Developer Training Course
      • Lesson 1: HTTP Agent Introduction
      • Lesson 2: Logging and Error Handling Basics
      • Lesson 3: Event Processing Agent Introduction
  • Services Catalog
    • What's in the Catalog?
      • Intro Patterns
      • Object Type Bundles
    • Browse by Platform
    • All Intro Patterns
      • Anthropic Claude Image Analysis
      • Mistral AI Prompt and Response
      • xAI Grok Prompt and Response
      • DeepSeek Chat Prompt and Response
      • Qwen Chat Prompt and Response
      • Perplexity AI Search and Response
      • Firecrawl Website Scraper
      • Groq Prompt and Response
      • Nyckel Dog Breed Classification
      • RapidAPI ClassifyAI Text Classification
      • RapidAPI YouTube AI Video Summary
      • UnifyAI Model Comparison
      • WebPilot URL Analysis and Summarization
      • OpenAI Assistants Prompt and Response
      • OpenAI Sync
    • All Prebuilt Solutions
      • Invoice AI
      • Lead Generation Form
    • All Object Type Bundles
      • Work Order Management System ITIL Object Type Bundle
        • Work Order
        • User
        • Role
        • Permission
        • Asset
        • Task
        • Action
        • Attachment
        • Comment
        • Notification
        • Audit Log
        • Service Level Agreement
        • Custom Fields
        • Work Order Template
        • Work Order Transition
        • Escalation Policy
        • Tag
  • Components & Data
    • Object Types
      • Data in Contextual
        • Secrets
        • Validation
        • Versioning
      • Examples
      • Creating an Object Type
      • Object Type Details
        • Definition
        • Data Schema
          • Automatic Record Metadata
          • Generated Values
            • Dates and Times
            • UUIDs
          • Frequently Used Validation
          • Disallowing Null Property Values
          • Disallowing Undefined Properties
          • Secrets
          • AI Assistant
          • ID and PrimaryKey Permanence
        • UI Schemas
        • Features
        • Triggers
        • Actions
        • Audit Trail
        • Versions
        • Templates
        • Records
      • Using Object Types in Flows
      • Records
        • Records and Your Tenant API
        • Record Import
    • Flows
      • Nodes
      • Wires
      • Message Object
      • Flow Editor
        • Basics
        • Saving Changes
        • In-Flow Testing with Debugger
        • Restart Agents to Make Changes Active
        • Config
      • Node Reference
        • Common
          • Log Tap
          • Inject
          • Debug
          • Complete
          • Catch
          • Status
          • Link In
          • Link Call
          • Link Out
          • Comment
        • Event
          • Prepare Event
          • Event Start
          • Event End
          • Event Error
        • Object
          • Search Object
          • Get Object
          • Create Object
          • Patch Object
          • Put Object
          • Delete Object
          • Run Action
        • Request
          • Send to Agent
          • HTTP GET
          • HTTP PATCH
          • HTTP PUT
          • HTTP DELETE
          • HTTP POST
          • GQL
          • Produce Message
        • Function
          • Function
          • Switch
          • Change
          • Range
          • Template
          • Delay
          • Trigger
          • Exec
          • Filter
          • Loop
        • Models
          • ML Predict
        • Network
          • MQTT In
          • MQTT Out
          • HTTP In
          • HTTP Response
          • HTTP Request
          • WebSocket In
          • WebSocket Out
          • TCP In
          • TCP Out
          • TCP Request
          • UDP In
          • UDP Out
        • Sequence
          • Split
          • Join
          • Sort
          • Batch
        • Parser
          • csv
          • html
          • json
          • xml
          • yaml
    • Agents
      • Creating an Agent
      • Types of Agents
        • Event to Flow
        • HTTP to Flow
          • Custom Domains
      • How Agents Work
        • Flow Execution
        • HTTP Load Balancing
        • Event Routing
      • Scale and Performance
        • Flow execution
        • Parallel Instances
        • Event Lag Scaling
        • Compute Threshold Scaling
        • Instance Compute Sizing
      • Agent Details
        • Definition
        • Operations
        • Logs
          • Session Log
          • Message Log
        • Audit Trail
        • Versions
      • Using Agents in Flows
    • Connections
      • Creating a Connection
      • Types of Connections
        • Basic
        • Bearer
        • Client Grant
        • Kafka
        • Password Grant
        • Public
        • Pulsar
      • Using Connections in Flows
    • JWKS Profiles
      • Using JWKS Profiles in Your Solution
  • PATTERNS
    • Solution Architecture
      • Events, Messages, Queues
    • Working with Data
      • Search Object Node & Pagination
      • Message Payload Content - Triggers and Actions
    • Industry Cookbooks
      • Field Services
  • Tenants
    • Tenant Workspace
    • Tenant Logs
      • Contextual Log Query Language (CLQL)
        • String Searches
        • Keyword Searches
        • Advanced Operators
    • Tenant API
      • API Keys
        • API Key Settings
        • API Key Permissions
      • Documentation
  • Release Notes
    • 2024
      • 2024.12.09
Powered by GitBook
On this page
  • Characteristics of Intro Pattern Templates
  • Who Will Benefit?
  • Examples of Intro Pattern Services
  • Skills and Experience for Success

Was this helpful?

  1. Services Catalog
  2. What's in the Catalog?

Intro Patterns

Intro Pattern templates in the Contextual.io Services Catalog are designed to provide a simple, streamlined introduction to creating and testing flows within the Contextual platform. These templates are perfect for users who are new to Contextual.io or looking to quickly prototype and test ideas.

To make the most of Intro Pattern templates, users should:

  • Have basic familiarity with API keys and how to obtain them.

  • Be ready to learn about the Flow Editor, including adding, configuring, and testing nodes.

  • Be comfortable with following instructions, reading comments and guides, and making small adjustments to pre-configured settings.

  • Have a general interest in automated workflows and be curious about how different systems can interact.

Characteristics of Intro Pattern Templates

  • Simplicity. Intro Pattern templates are built with simplicity in mind. Each template typically involves a Flow with just a handful of nodes, making it easy to understand and modify. The goal is to allow users to quickly grasp the flow's structure and purpose without needing to delve into complex configurations.

  • Self-Contained Testing. These templates are designed to be fully testable within the flow editor itself. There is no need to pair the flow with an Agent. This is particularly useful for users who want to experiment and see immediate results without setting up other parts of Contextual at the start.

  • 1-2 Object Types. Each template includes one or two Object Types to store data resulting from the Flow's operation. Records of the Object Type typically record the output of a message sent to a system (often an AI system like OpenAI or Anthropic Claude) and the corresponding response. You'll be able to review the schemas, and become familiar with the basics of data management in Contextual.

  • Ease of Use. Designed for users with a bit of technical experience (but who don't need to be developers), these templates can typically be set up and tested within 5-10 minutes. The step-by-step nature of the flows, combined with clear in-editor prompts and comments in any Function node Javascript, ensures a smooth learning curve.

  • API Key Requirements. Many Intro Pattern templates require the user to have an API key for the service being integrated. Users should be prepared to input this key at the time of template install when prompted on the configuration step, or alternatively, provide a placeholder and replace it with the service API key once you have it.

Who Will Benefit?

Users with some technical background, such as familiarity with APIs, basic scripting, or data flow concepts, will find these templates intuitive and easy to use. No advanced coding skills are required, making these patterns accessible to a wide range of users, from technical marketers to data analysts.

Examples of Intro Pattern Services

Here are a few examples of services in the Contextual.io Services Catalog that utilize Intro Pattern templates:

  1. Anthropic Claude Image Analysis

    • Purpose: Analyze images and generate descriptive responses using AI.

    • Use Cases: Visual content categorization, automated quality control, enhanced field service documentation.

    • Requirements: API key for Anthropic Claude.

  2. UnifyAI Model Comparison Flow

    • Purpose: Compare outputs from different AI models in response to the same prompt.

    • Use Cases: AI model benchmarking, content generation optimization, R&D.

    • Requirements: API key for UnifyAI.

Skills and Experience for Success

PreviousWhat's in the Catalog?NextObject Type Bundles

Last updated 8 months ago

Was this helpful?