Multi-tenant by design
Organisations, members and sub-accounts. Every agent, secret and run belongs to one tenant, enforced by row level security down to the database and by separate sandboxes at run time.
Hosted and operated in the European Union
A-Gentic executes your agents in isolated sandboxes on European infrastructure, with strict separation between tenants. One API, your connectors, your models — and no data leaving the EU.
No card required · Deployed in an EU region · Full data portabilityacme-eu · Runs
eu-west-3 · Paris
run_8f21c
Runningrun_4a02c
Completedrun_1d77e
QueuedWhy A-Gentic
Three things every European buyer asks about before a single agent reaches production.
Organisations, members and sub-accounts. Every agent, secret and run belongs to one tenant, enforced by row level security down to the database and by separate sandboxes at run time.
Mistral, Scaleway, OVHcloud, Infomaniak, Exoscale — or your own OpenAI-compatible gateway. Compute and models are chosen per organisation, never imposed by us.
Processing agreement under Article 28, published sub-processors, configurable retention, export and erasure by data subject, and an exportable audit trail.
How it works
No infrastructure to provision. You pick a region, connect your tools, and call the API.
Pick the European region it runs in and invite your team. Members and sub-accounts inherit the tenant boundary automatically.
OAuth is handled end to end. Tokens are encrypted in a per-tenant vault and refreshed for you. Internal systems connect over MCP.
Call the API, schedule a routine or trigger on a webhook. Every run is queued, isolated, recorded and capped in cost.
The platform
Not another framework. An execution platform: queueing, isolation, connectors, scheduling and an audit trail.
Each run starts in an ephemeral machine with filtered networking and a bounded lifetime. Nothing persists between two agents.
Mail, calendar, storage, CRM and your internal services, exposed to agents through managed OAuth and MCP servers.
Trigger an agent on a schedule, a webhook or an event. Every execution is recorded, replayable and capped in cost.
Inputs, outputs, tool calls, cost per run and per organisation. History kept for exactly as long as your retention policy says.
Concurrency limits, retries with backoff and per-organisation quotas, so one tenant can never starve another.
Everything the console does is a public endpoint: organisations, agents, runs, outputs, logs and OAuth connectors.
Sovereignty
Compute, inference, storage and logs all live in European regions, operated by companies under European law. No silent failover to a region outside the EU.
# Start an agent in a European sandbox
curl -X POST https://api.a-gentic.eu/v1/runs \
-H "Authorization: Bearer $AGENTIC_KEY" \
-H "X-Org: acme-eu" \
-d '{
"agent": "support-tier-1",
"region": "eu-west-3",
"provider": "mistral",
"input": "Work through today's queue",
"tools": ["mail", "calendar", "crm"]
}'
202 Accepted
{ "run_id": "run_8f21c",
"status": "queued",
"residency": "eu" }
Providers
Change provider or region without migrating your agents, your connectors or your history.
| Provider | Country | Used for | Regions |
|---|---|---|---|
| Mistral AI | FR | Language models | Paris |
| Scaleway | FR | Compute, GPU, inference | Paris, Amsterdam, Warsaw |
| OVHcloud | FR | Compute, object storage | Gravelines, Frankfurt |
| Infomaniak | CH | Inference, storage | Geneva |
| Exoscale | CH | Compute, sandboxes | Zurich, Vienna |
| Hetzner | DE | Dedicated compute | Nuremberg, Helsinki |
Compliance
A-Gentic acts as a processor under Article 28. The agreement, the technical measures and the tooling to honour data subject rights are available on day one.
DPA signable online, sub-processor list published, changes notified before they take effect.
Retention configurable per organisation, down to zero retention of agent inputs and outputs.
Export and erasure by subject, propagated to runs, logs and attachments.
TLS in transit, encryption at rest, secrets and OAuth tokens held in an access-audited vault.
Who ran what, with which agent, on which data, through which connector. Exportable for your own audits.
DPIA template provided, with a data flow map of the platform and its processing activities.
FAQ
In the European region set for your organisation: Paris, Frankfurt, Amsterdam, Zurich or Warsaw depending on the provider. The region applies to execution, storage and logs alike.
Yes, and it is an explicit per-organisation decision. As long as no non-EU provider is enabled, no data leaves Europe. The console flags every organisation that has stepped outside the EU perimeter.
Each organisation gets its own logical space, enforced by row level security in the database and by separate ephemeral sandboxes at run time. Secrets live in a per-tenant vault and are never shared across organisations.
You export agents, configurations, connectors, run history and associated data in open formats. On request, complete erasure is carried out and attested within 30 days.
No. It is excluded in our terms and contractually required of the European model vendors we work with.
Yes. Everything the console does goes through a public REST API: organisations, agents, runs, outputs, logs and OAuth connectors.
A 30-minute walkthrough on your own use case: a real agent, in a European sandbox, wired to your tools.
Reply within one business day · contact@a-gentic.eu