Loading…
Loading…
Features
Archiet connects to your existing tools in two ways: platform integrations (Jira, GitHub, etc.) that you manage in Settings, and vendor integrations that are automatically injected into generated code.
Manage all of these at Settings → Integrations (or visit /catalog).
Setup
How to use
Open any blueprint → Jira tab → select project → Push. Creates an Epic with AI-generated user stories and acceptance criteria. Each architectural element becomes a labelled story.
Setup
How to use
Open blueprint → Confluence tab → select space → Export. Creates a structured architecture page with all blueprint sections, elements table, relationship diagram, and compliance summary.
Setup
How to use
Once linked, Archiet checks every pull request for architectural violations: new external calls without documented elements, removed security controls, and layer boundary violations. Violations block merge until resolved or explicitly approved.
Setup
How to use
Figma import reads your design file and extracts screens into the blueprint's screen manifest. This pre-populates the codegen pipeline with real screen names and layouts, reducing the gap between design and generated code.
Setup
How to use
Archiet fetches your application portfolio from the Abacus Minerva API and creates a blueprint automatically. Elements, relationships, and layer assignments are mapped to ArchiMate 3.2. Useful for migrating an existing EA repository into Archiet.
When you select a vendor during code generation, Archiet injects production-ready integration code directly into your ZIP. No manual wiring needed.
| Vendor | What gets injected |
|---|---|
| Stripe / Flutterwave / MercadoPago / PayU | Billing pages, webhook handler, subscription management, plan enforcement middleware. MercadoPago covers Argentina, Mexico, Chile, Brazil. PayU covers Colombia, Mexico, Peru. |
| Sendgrid / Mailgun / Resend | Email service abstraction, transactional templates, verification flow |
| Sentry / Datadog | Error tracking initialisation, structured logging, performance traces |
| Cloudinary / AWS S3 | File upload service, pre-signed URL generation, storage abstraction |
| Algolia / Typesense | Search index synchronisation, client-side search component, indexing worker |
| Auth0 / Clerk | SSO middleware, JWT validation, user provisioning hook |
| OpenAI / Anthropic / Mistral | LLM gateway service, prompt routing, multi-key failover |
| PostHog / Mixpanel / Segment | Analytics provider initialisation, event tracking, page view middleware |