Compositia Compositia
Prompt infrastructure for teams

Your prompts.
Versioned. Shared. Shipped.

Compositia gives your team a single source of truth for AI prompts — with version control, variable interpolation, LLM execution, and native n8n integration.

Fullversion history
{{vars}}variable engine
SSEstreaming execution
n8nnative integration
How it works

From idea to automation in minutes.

01

Create your prompt

Write your prompt, add {{variables}} for dynamic values, and organize it with categories, tags, and projects.

02

Iterate with version control

Every edit is a new version. Browse the full history, preview any past version, and revert to it in one click.

03

Run and automate

Test live against any LLM, or expose it via a scoped API key to n8n, Make, or any HTTP-capable tool.

app.compositia.com/prompts/customer-onboarding

Customer Onboarding

v3

Updated 2 hours ago · Marketing

Copy
▶ Run

You are a friendly onboarding assistant for {{company_name}}.

Your goal is to help new {{user_role}} users get started quickly.

# Tone: Professional but approachable
# Language: {{language}}

Built for every role

One platform, three roles.

Domain Specialist

Author prompts like a pro.

Create, iterate, and version your prompts with full change history. Use {{variables}} to make them reusable. Organize by category, tag, and project. Star your favourites for fast access.

  • Full version history
  • Variable interpolation
  • Categories & tags
  • Favourites & search
Automation Specialist

Connect prompts to any workflow.

Generate per-prompt API keys and call Compositia directly from n8n, Make, or any HTTP client. Get streaming responses and full execution history with token usage.

  • API key per prompt
  • Streaming execution (SSE)
  • n8n HTTP node integration
  • Execution history & metrics
Team Manager

One workspace for the whole team.

Invite colleagues, assign roles, and keep everyone working from the same versioned prompts. Comments and change descriptions keep decisions auditable.

  • Team workspaces
  • Role-based access (Owner / Editor / Viewer)
  • Activity & comment threads
  • Multi-team support
Core capabilities
Prompt versioning

Every change is a version.

Add a description with every edit. Browse the full history, preview any past version, and restore it in one click.

Version history
v3Improved tone and clarity
2h agoCurrent
v2Added language variable
1d agoRevert
v1Initial prompt
3d agoRevert

CHANGE NOTE — v3

"Improved tone and clarity for onboarding context."

Variable engine

Write once, run anywhere.

Use {{placeholders}} in your prompt content. Compositia auto-detects them, asks for values before execution, and substitutes them safely at runtime.

PROMPT CONTENT

You are {{role}} specialized in {{domain}}.
Respond in {{language}} only.

VARIABLES DETECTED — 3

{{role}}
a legal expert
{{domain}}
contract law
{{language}}
English
▶ Run with variables
Streaming execution

Run prompts against any model.

Select a model, press Run, and watch the response stream in real time. Full token and latency metrics included per execution.

gpt-4o-mini
1 284 ms · 142 tokens

RESULT

Welcome to our platform! I'm here to help you get started with your legal workflows.

Here are the first steps I recommend:

1. Review the contract templates in your dashboard…
2m ago
1h ago
3h ago
n8n integration

API keys built for automation.

Generate a scoped API key per prompt, drop it into an n8n HTTP node, and your workflow always calls the latest approved version — zero friction.

n8
HTTP Request — Compositia
Method
POST
URL
/api/external/prompts/{{promptId}}/execute
Auth
Bearer cpa_a1b2c3d4…
Body
{ "variables": { "role": "…" } }

RESPONSE

"content": "Welcome to our platform…"
"model": "gpt-4o-mini"
"totalTokens": 142
Early access

Be first in.

Compositia is in closed beta. Leave your email and we’ll reach out when your spot is ready.

I’m primarily a…