SYCTRA

An agent that answers exists everywhere. An agent that acts, far less often.

An autonomous agent receives an objective, plans the steps, calls your tools, makes a decision when the case demands one, and reports what it did. The platform is live: 58 ready-made expert agents, a studio to compose your own, and four ways to expose them.

  • 58 ready-made expert agents
  • No-code studio
  • API, widget, white label or on-premise

AI agent or chatbot: the difference is not cosmetic

Both speak the same language. Only one of them changes what happens inside your information system.

Autonomous agentClassic chatbot
TriggerAn objective: “process the invoices that arrived last night”A question asked by a human
ReasoningBreaks the objective down, plans the steps, reassesses when a step failsOne answer per message, no memory of a plan
Tool accessCalls your APIs, databases, business software and external servicesStays inside the conversation window
EffectWrites into the system: creates, updates, notifies, triggersProduces text
MemoryTask context, execution history, intermediate stateThe current conversation thread
ControlGuardrails, human sign-off on sensitive actions, full audit logContent filters

What happens between the objective and the report

Five steps, run at every launch. None is a black box: each leaves a trace you can read.

01 / 05

Receiving the objective

The agent receives a request — from a human, a system event, a webhook or a schedule. It extracts the real intent, the implicit constraints, and what is missing before it can act. If a decisive piece of information is missing, it asks rather than inventing it.

What your agents can do

These capabilities combine: one agent reads, decides, writes and notifies within a single run. The studio composes them without code, by switching on 59 capability bundles.

Work as a team

The orchestrator splits a mission across several agents working in parallel, reviewing each other, looping on points of disagreement, then assembling the deliverable. You watch the reasoning live in the thread.

Process an inbound flow

Emails, forms, invoices, orders, tickets: the agent reads, classifies, extracts the useful fields and triggers the treatment, escalating the ambiguous cases.

Analyse your data

A dedicated agent takes on large Excel and CSV files as well as SQL databases — PostgreSQL, MySQL, SQL Server, Oracle, MongoDB — and returns the calculation with the rows it used.

Produce a deliverable

Slides on your PowerPoint template, professional documents, publishable websites and apps: the creation studio outputs the file in the expected format, not a draft to reformat.

Write into your systems

Send an email, publish, schedule, create an opportunity, update a record. Sensitive actions go through human sign-off if you decide so.

Monitor continuously

A watch agent runs in the background, crossing technical, fundamental and sentiment analysis in parallel, and only writes when there is something to say.

Four ways to expose an agent, one to choose

The agent is the same in all four. You choose on security, integration and governance constraints — and you can change without rebuilding it.

Exposure modeWhat you getWho it is for
Hosted platformReady interface, team and seat management, SSO, four languages including right-to-left ArabicStarting with nothing to install, ready in 30 seconds
REST APIFull control: personal keys, durable run queue, streaming responses, usage trackingWiring the agent into your application or existing software
Embedded widgetOne <script> tag, no back-end to write — the agent becomes your site's chatbotExposing an agent to your customers without leaving your site
White labelYour branding, on your domainReselling the agent under your own brand
On-premiseThe full stack installs on your machines, including air-gapped networks with no internet accessRegulated corpus, sensitive data, contractual constraint
Your choice of modelsvLLM, Ollama, Hugging Face, LM Studio, or managed APIs (OpenAI, Anthropic, Gemini, Mistral)Sovereignty, cost, or performance depending on the case

Per-account isolation, sandboxed execution, audit log, GDPR export and account deletion. An agent you build can also be published to the marketplace.

What is under the hood

An architecture deliberately not tied to a single model vendor: the day a model changes price or policy, the agent does not stop.

Agentic studio
Composing an agent without writing code, by switching on 59 capability bundles.
Orchestrator
Parallel execution, verification loops, deliverable assembly, error recovery.
Ultra-RAG search engine
Vector search, full text, a typed-entity channel and a knowledge graph, queried together.
Function calling, MCP and OpenAPI
Every tool is described by its contract. The agent can only call what it is authorised to call.
Memory and personas
Task state, history, and writing-style cloning from your own samples.
Integrations
Microsoft 365, Notion, GitHub, GitLab, Stripe, PayPal, n8n, SQL databases, web search and extraction.

What actually decides it at the security committee

These guarantees are properties of the architecture, not interface options. They can be verified, and that is usually what gets a project through.

GuaranteeWhat it means concretely
Isolated executionGenerated code runs in a hardened sandbox with no network access, read-only, with memory and wall-clock ceilings.
Controlled egressA single audited outbound path, allowlisted, with protection against requests aimed at your internal resources.
Prompt-injection guardAs soon as untrusted content enters a run — a web page read, a scraped document — side-effect and exfiltration tools are disabled for the rest of the turn.
IsolationSeparation by organisation, team and user. The agent's rights are those of the person who launched it, never a technical account.
Organisation secret vaultAn admin stores a key once; members use it without ever being able to read it. Revoking the secret revokes every use of it at once.
Enterprise identityPer-organisation OIDC SSO, automatic account provisioning, and clean suspension when the organisation changes plan.
Audit log and SIEMA complete trail, exported to your collector — read in scheduled batches, never in the path of a login.
GDPRAccount deletion with deferred purge, per-organisation conversation retention, data export.
Budget and kill-switchA per-organisation daily and monthly spend ceiling enforced at the front door: beyond it the request is refused rather than billed.

The web studio preview runs in an opaque origin: generated HTML can never reach any of the application's tokens. And browser-side writes take their identity from the signed token, never from the request body.

What you actually write to use it

The platform is used from its interface, but everything it does is available through the API too: personal keys, a durable run queue, streaming responses and usage tracking.

bash
# Launch a mission and stream the response.
curl -N https://ai.syctra.com/api/v1/runs \
  -H "Authorization: Bearer $SYCTRA_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "agent": "market-desk",
    "input": "Market note on our three competitors, dated sources.",
    "stream": true
  }'

# The run queue is durable: a long mission survives a client
# disconnect, and can be read back by its identifier.

Per-account isolation, sandboxed execution, audit log, GDPR export and account deletion. Irreversible actions go through human sign-off, by design.

Three processes, three agents

Deliberately narrow perimeters: an agent that does one thing well beats an agent that does ten things badly.

01 · Context

Three hundred invoices a month arrive by email, in ten different formats. One person keys them in, another matches them to purchase orders.

02 · What we put in place

An agent reads every attachment, extracts supplier, amount, VAT and references, matches against the purchase order in the ERP, and escalates only discrepancies and unknown suppliers.

03 · Result

Data entry disappears. The team handles exceptions instead of volume, and every match is justifiable in one click.

What we measure

The first two figures come from the search engine feeding the agents, measured on a public question-answer set. The third is the pace of our projects.

ready-made expert agents — legal, finance, recruiting, translation, prospecting
58

ready-made expert agents — legal, finance, recruiting, translation, prospecting

to first results from the search engine, at over 500 concurrent queries
265 ms

to first results from the search engine, at over 500 concurrent queries

between pilot launch and the decision to industrialise or stop
6-10 weeks

between pilot launch and the decision to industrialise or stop

These orders of magnitude come from what we measure at pilot on comparable perimeters. On your corpus they are measured before industrialisation, not promised before.

What you can see running today

These products are already built. Some are available online, the others are shown on request.

Live demo

Agentic Platform

Build your own AI agents without writing a line of code.

Tools, long-term memory, connectors, guardrails and supervision in a single interface. Your teams design an agent in the morning and ship it to production in the afternoon, on your data.

Try it online
Live demo

Agent Swarm

Several agents splitting the work and reviewing each other.

Where a lone agent gets it wrong, a swarm converges: each one handles its share, critiques the others, and the result is consolidated. For large-scale document analysis and tasks that run dozens of steps deep.

Try it online

Frequently asked questions

The chatbot answers in a window. The agent receives an objective, plans, calls your tools and writes into your systems. If your need is to answer questions, a support assistant is enough and costs less — we will say so.

Its action perimeter is declared: it can only call authorised tools, with the originating user's rights. Irreversible actions go through human sign-off. And every call is logged, so it is reversible and auditable.

No. We wire into what exists: REST APIs, databases, ERP, CRM, internal tools. Where there is no API, the software pole builds one — that is often the real project.

Two to three weeks of scoping, then six to ten weeks of pilot in real conditions. An agent on a narrow perimeter can be visible sooner, but the integration with rights and systems is what takes the time.

A standard protocol that tells an agent which tools it has and how to call them. In practice it avoids writing one bespoke connector per tool: if your service exposes it, the agent knows how to use it.

The architecture is not tied to a single vendor. Models are interchangeable, including sovereign or self-hosted ones. That is a design decision, not an option bolted on afterwards.

No. The studio composes an agent by switching on 59 capability bundles, without writing a line. The API exists for those who want to go further, not as a mandatory step.

Yes, the full stack installs on your machines, including air-gapped networks with no internet access, with your own models served locally by vLLM, Ollama, LM Studio or Hugging Face.

In credits: one million tokens is a thousand credits, roughly $1.11. Unused credits roll over month to month and never expire; if you cancel, they stay yours. A typical presentation mission costs a few dozen credits.

What this solution does not do

An autonomous agent is not the right answer to a poorly defined process. If nobody in the organisation can describe the current rules, automating will only accelerate the mess — so we start by writing the process, which belongs to the software pole. Nor do we let an agent single-handedly trigger an irreversible financial or legal action: those steps go through human sign-off, by design.

Which process would you hand to an agent?

Describe it in two lines. In thirty minutes we will tell you whether it can be automated, on what condition, and where to start.