Appearance
Building AI-Powered Apps
Foundation makes it easy to add AI capabilities to your app — and to build entire products around AI.
What You Get
- Configurable prompts and prompt chains
- Tools wired to your data and integrations
- Expose AI actions over REST API and MCP
- Usage-based billing for AI features
Example: AI Writing Assistant
- Define prompt actions: "Generate blog post," "Summarize text," "Edit for tone"
- Wire prompts to a Knowledge Base entity for context
- Enable billing with usage limits on AI calls
- Expose actions over API
- Deploy
Your users get an AI writing tool with real capabilities, usage tracking, and billing.
Example: Customer Support Bot
- Define a Chat entity for conversations
- Create a prompt chain: understand question → search knowledge base → generate response
- Wire tools to your FAQ entity and ticket system
- Expose over MCP so agents can use it
- Deploy