SYCTRA

会回答的智能体到处都是。会执行的智能体,少得多。

自主智能体接收一个目标,规划步骤,调用您的工具,在必要时作出判断,并汇报所做之事。平台已上线:58 个开箱即用的专家智能体、一个用于组合自有智能体的工作室,以及四种对外提供方式。

  • 58 个开箱即用的专家智能体
  • 无代码工作室
  • API、组件、白标或本地部署

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 · 背景

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

02 · 我们实施的内容

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 · 结果

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

这些量级来自我们在可比范围内于试点阶段的实测。在贵司语料上,它们会在规模化之前实测,而不是事先承诺。

现在就能看到运行的产品

这些产品已经构建完成。部分可在线访问,其余可按需演示。

在线演示

智能体平台

不写一行代码,构建属于你自己的 AI 智能体。

工具、长期记忆、连接器、安全护栏与监督能力集中在一个界面里。你的团队上午设计一个智能体,下午就能基于自有数据推上生产。

在线试用
在线演示

智能体集群

多个智能体分工协作,并互相复核。

单个智能体会出错的地方,集群能收敛:各自处理一部分,互相挑毛病,最后汇总成一个结果。适合大规模文档分析和动辄数十步的任务。

在线试用

常见问题

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.

本方案不做什么

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.