Skip to content
@Lamatic

Lamatic.ai

Stack to Build Agentic SaaS → 10x faster | Opensource SDK ♦️ Collaborative Studio ♦️ Serverless Deployment

lamatic cover

Lamatic.ai

Stack to Build Agentic SaaS → 10x faster


Opensource SDK ♦️ Collaborative Studio ♦️ Serverless Deployment

Website | Docs| Join Slack community

Join lamatic.ai Slack Github Stars

Lamatic.ai - Build AI agents in low-code & deploy on edge | Product Hunt Lamatic.ai - Build AI agents in low-code & deploy on edge | Product Hunt Lamatic.ai | AI Tools Lamatic.ai


✨ About lamatic.ai

Lamatic.ai is a managed agent platform with a Visual Flow Builder, VectorDB, and deep Integrations to apps, data sources, and models. Build and deploy AI-powered GraphQL APIs and intelligent agents on the edge without heavy infra setup.

Try the hosted studio at studio.lamatic.ai

🌟 Mission: Empower everyone to create intelligent agents

Lamatic.ai is on a mission to democratize AI agent creation for developers, teams, and enterprises. We provide SDKs, APIs, and SDK-driven workflows that make it simple to build, deploy, and manage intelligent agents at scale. Whether you’re prototyping a chatbot, integrating enterprise knowledge, or deploying production-ready AI in edge environments, Lamatic accelerates your workflow with developer-first tools and managed infrastructure.

Table of Contents

🚀 Getting Started

Visit our documentation for detailed guides, use cases, and API references.

⚡ Quickstart with Lamatic SDK

Install the SDK:

npm install lamatic

Initialize in your project:

import { Lamatic } from "lamatic";
 
const lamatic = new Lamatic({
  apiKey: "your-api-key",
  projectId: "your-project-id",
  endpoint: "your-endpoint",
});
 
async function main() {
  const flowId = "your-flow-id";
  // sample payload
  const payload = {
    prompt: "hey, how are you?"
  }
  try {
    const response = await lamatic.executeFlow(flowId, payload);
    console.log(response);
  } catch (error) {
    console.error(error);
  }
}
 
main();

Checkout SDK Docs for complete instructions.

Development Steps with SDK

  1. Create a Flow in Cloud Studio

    • Define logic using the visual builder.
    • Add nodes: models, APIs, databases, or custom logic.
    • Save and version your flow.
  2. Connect via SDK

    • Import the Lamatic SDK.
    • Authenticate with your API key.
    • Use runFlow() or query() to interact with deployed flows.
  3. Embed in Your Application

    • Integrate into web apps, backend services, or automation scripts.
    • Use with frameworks like Next.js, Express, or serverless platforms.
  4. Deploy at Edge

    • Deploy flows directly from Lamatic Studio.
    • Low-latency inference with automatic scaling.
  5. Extend with Custom Nodes

    • Create reusable logic blocks.
    • Connect external APIs and internal tools.

☁️ Cloud Studio

Sign up for a free Lamatic Studio account to:

  • Build visual flows
  • Deploy GraphQL & AI-powered APIs
  • Manage sources, models, and integrations in one dashboard

✍️ Contribution

We welcome contributions to Lamatic:

  • Star the repo
  • Report issues & ideas
  • Submit pull requests
  • Extend the SDK with new bindings

Check out the contributing guide and our open issues.

📆 Contact Us

🔼 Back to top

Pinned Loading

  1. lamatic-nextra-starter-kit lamatic-nextra-starter-kit Public template

    A nextra based Documentation with Chatbot

    TypeScript 2 1

  2. Lamatic-Docs Lamatic-Docs Public

    A managed platform to build Agentic AI applictions

    MDX 11 20

  3. Index-to-lamatic Index-to-lamatic Public

    This Github Action Integrations allows you to fetch certain file types from your repository and send them as request to Lamatic.ai

    Shell 1

  4. AgentKit AgentKit Public

    Ready to Deploy Fullstack OpenSource Agentic Apps

    TypeScript 25 21

Repositories

Showing 10 of 19 repositories
  • AgentKit Public

    Ready to Deploy Fullstack OpenSource Agentic Apps

    Lamatic/AgentKit’s past year of commit activity
    TypeScript 25 MIT 21 7 (7 issues need help) 2 Updated Nov 21, 2025
  • Lamatic-Docs Public

    A managed platform to build Agentic AI applictions

    Lamatic/Lamatic-Docs’s past year of commit activity
    MDX 11 MIT 20 4 (3 issues need help) 6 Updated Nov 20, 2025
  • migration-tools Public

    n8n to Lamatic migration tool

    Lamatic/migration-tools’s past year of commit activity
    TypeScript 0 1 0 0 Updated Nov 18, 2025
  • Lamatic/sync-flows-to-lamatic’s past year of commit activity
    1 MIT 0 0 0 Updated Nov 13, 2025
  • dub Public Forked from dubinc/dub

    The modern link attribution platform. Loved by world-class marketing teams like Twilio, Buffer, Framer, Perplexity, Vercel, and more.

    Lamatic/dub’s past year of commit activity
    TypeScript 0 2,830 0 0 Updated Oct 10, 2025
  • litellm-proxy Public Forked from BerriAI/litellm

    Python SDK, Proxy Server (LLM Gateway) to call 100+ LLM APIs in OpenAI format - [Bedrock, Azure, OpenAI, VertexAI, Cohere, Anthropic, Sagemaker, HuggingFace, Replicate, Groq]

    Lamatic/litellm-proxy’s past year of commit activity
    Python 1 4,831 0 1 Updated Oct 5, 2025
  • .github Public
    Lamatic/.github’s past year of commit activity
    0 0 0 0 Updated Sep 23, 2025
  • agentkit-reasoning Public

    Orchestrate multi-step agentic reasoning with Lamatic.ai – search, process, and generate structured answers through a plug-and-play flow.

    Lamatic/agentkit-reasoning’s past year of commit activity
    TypeScript 2 MIT 0 0 0 Updated Sep 22, 2025
  • lamatic-sdk Public

    The Lamatic SDK provides a simple way to interact with the Lamatic AI platform, allowing you to execute workflows and integrate AI capabilities into your applications.

    Lamatic/lamatic-sdk’s past year of commit activity
    TypeScript 7 Apache-2.0 6 2 3 Updated Sep 12, 2025
  • portkey-proxy Public Forked from Portkey-AI/gateway

    A blazing fast AI Gateway with integrated guardrails. Route to 200+ LLMs, 50+ AI Guardrails with 1 fast & friendly API.

    Lamatic/portkey-proxy’s past year of commit activity
    TypeScript 0 MIT 806 0 2 Updated Jul 1, 2025