Relevance AI
A no-infrastructure managed cloud platform. Deploy agents directly into your Relevance AI project workspace — no containers to manage.
Overview
Relevance AI is a managed SaaS platform — Relevance handles all agent infrastructure. Envelope provisions agents into your Relevance AI project workspace via their API. The team hierarchy is wired up using Relevance AI's sub-agent tool references: manager agents receive specialist agents as callable tools.
Best for teams that want immediate cloud deployment with no ops overhead, and who are already familiar with the Relevance AI platform or want access to its built-in tools and knowledge integrations.
Current status
Deploy only — The Relevance AI integration supports team deployment and agent provisioning. Observability data (run events, token counts) and billing polling are not yet implemented — these will be added in the next integration milestone.
Concept mapping
| Envelope concept | Relevance AI equivalent |
|---|---|
| Team | Project workspace |
| Agent | Relevance AI Agent |
| Run | Agent conversation / task |
| Install | Agent provisioning in project |
| reportsToKey | Sub-agent tool reference |
Credentials
All three values are found on the API Keys page in your Relevance AI dashboard.
| Key | Description |
|---|---|
| projectId | Found on your Relevance AI API Keys page — a UUID-style string |
| apiKey | Create one on the API Keys page with Admin role |
| region | The short code shown in your API URL (e.g. f1db6c). Found on the API Keys page. |
Deploying a team
{
"templateId": "tmpl_abc123",
"platform": "relevance_ai",
"credentials": {
"projectId": "proj_...",
"apiKey": "sk-...",
"region": "f1db6c"
}
}Or use the guided deploy wizard — select a team, choose Relevance AI, and enter your project credentials.