Your CMO builds an email generator. Your legal team builds a contract reviewer. No engineers required—just expertise captured in tools anyone can use.
01 / Guided Creation
Our AI-powered wizard guides you through building professional-grade tools. No prompt engineering experience needed.
Start with a simple description of what you want. Our AI understands natural language and helps you shape your idea into a production-ready tool.
Auto-generated ID
on_brand_email_generator02 / Under The Hood
Every tool you build is MCP-compliant, secure, and ready for enterprise deployment.
interface Tool {
id: string;
name: string; // MCP-compliant: lowercase_with_underscores
display_name: string; // Human-readable: "On-Brand Email Generator"
system_prompt: string; // The AI's instructions
input_schema: JSONSchema; // Validated inputs
metadata: {
category: string; // For discovery
tags: string[];
access_control: 'private' | 'team' | 'company';
// Context integration
context_hints: string[]; // Auto-inject these contexts
context_exclusions: string[]; // Never inject these
context_format: 'legacy' | 'xml';
// Review workflow
review_trigger: 'none' | 'always' | 'conditional';
review_category?: string;
};
// Server-side capabilities
composable_functions?: ComposableFunction[];
}Works with Claude, ChatGPT, and any MCP-compatible AI out of the box.
JSON Schema enforcement ensures tools receive valid inputs every time.
Template variables like {{brand_voice}} auto-populate with company knowledge.
Private, team, or company-wide. Role-based permissions for sensitive tools.
Route outputs to experts. Configurable triggers for human-in-the-loop.
Extend tools with server-side code. Fetch data, call APIs, run calculations.
03 / Runtime
From invocation to response, every step is audited, secured, and optimized.
Verify user has access based on roles and tool settings.
Validate inputs against JSON Schema. Reject invalid requests.
Select relevant contexts based on hints, tags, and user roles.
Inject context, replace template variables, build final prompt.
Send to Claude/ChatGPT. Stream response back to user.
If configured, route output to expert for approval.
Log execution details, context used, response time.
Expert feedback improves future tool performance.
04 / Tool Levels
From personal productivity to company-wide standards—build tools that match your scope.
Your own AI workflows. Private to you, tailored to how you work. Build once, use everywhere.
Shared within your team. Consistent workflows, shared context. Everyone works the same way.
Organization-wide standards. Approved by leadership. Available to everyone who needs them.
05 / Scratchpad
Had a great conversation? Save it to your Scratchpad. Key insights get auto-summarized and stored in your personal notepad—ready to reference in any future conversation.
Save From Any Conversation
One command saves the important parts to your personal notepad.
Auto-Summarized
Long conversations get distilled into useful, referenceable notes.
Use Across Sessions
Your saved context is available in every future conversation.
Saved to Scratchpad
Added "Pricing Strategy Notes" with key points on value-based pricing, competitor analysis, and tier structure recommendations.
Pricing Strategy Notes
Value-based pricing framework, 3-tier structure, competitor benchmarks...
06 / Examples
Creates emails matching brand voice with proper CTAs
Analyzes contracts and flags compliance issues
Creates personalized proposals from templates
Drafts support responses with product knowledge
Converts requirements into detailed specs
Generates personalized onboarding materials
Join our design partner program and get hands-on help building tools for your team.