Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Lamatic/.github

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

5 Commits

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

AltStyle によって変換されたページ (->オリジナル) /