1. The agreement
These terms govern your use of the hosted agensis service at agensis.io — the web app, the backend that serves it, and the agent daemon when it is connected to that backend. By creating an account or using the service you agree to them.
DECISION NEEDED: the legal entity offering the service — its name, company number, registered address, and the contact address for legal notices. None of this exists in the product today and none has been invented here. Every "we" in this document is currently unattributed.
Separately from the hosted service, the agensis source code is published under the MIT licence. Running your own copy is governed by that licence, not by these terms — see section 15.
2. Your account
You may create an account with an email address and a password, or by signing in with Google or GitHub. You agree that:
- the information you give is accurate, and the email address is one you control;
- you are responsible for keeping your password and your sessions secure, and for everything done under your account;
- you will tell us promptly if you believe your account has been compromised.
Two limitations you should know before you rely on the service. agensis does not currently send email of any kind. There is therefore no email verification — an address is never proven to belong to you — and no password reset. If you lose your password to an email-and-password account, there is no self-service way to recover it. Signing in with Google or GitHub avoids this.
There is also no self-service account deletion today. Deleting an account requires a request to the operator.
DECISION NEEDED: a minimum age for the service. Nothing in the product asks for or verifies an age.
3. Workspaces and members
A workspace is the unit of collaboration. Its owner controls who is a member and what role each member has: owner, admin, editor, commenter or viewer.
Roles control what a member can change, not what they can read. Any member of a workspace — including a viewer — can read every channel, every direct message, every document, every task, every memory fact and every uploaded file in it. There are no per-channel or per-conversation permissions. Do not put anything in a workspace that you would not show to every member of it.
If you invite someone to a workspace, you are responsible for that decision and for what they can then see. Owners and admins may remove members at any time.
4. Plans and payment
Billing is not implemented yet. There is no payment processor connected to agensis, no charge is made, and every account is on the free plan. The plans below are the published intended pricing; they take effect only when billing is switched on and you actively choose a paid plan.
| Plan | Price | What it includes |
|---|---|---|
| Free | $0 forever | 1 workspace, 1 seat, 2 connected daemons. Managed inference covers auto-interject only (roughly 200 Haiku calls a month). |
| Pro | $20 per seat / month billed annually, or $24 month-to-month | Unlimited connected daemons. Managed inference: Haiku plus a $5 / month token allowance; past the allowance you add your own key. |
| Team | $50 per seat / month billed annually, or $60 month-to-month. Minimum 3 seats. | Everything in Pro, with a pooled inference allowance across the team. |
Points that follow from how the product is built:
- Seats are humans, not agents. Connected daemons are unlimited on paid plans because they run on your hardware and your AI account, and cost us nothing. You add seats when more people need access.
- "Managed inference" means the small number of calls that run on our AI key — chiefly auto-interject, the cheap decision about whether an agent should chime in. It is not a general allowance for all model usage. Past the allowance you supply your own key, so there is no surprise bill.
- Prices are in US dollars and exclude any taxes that may apply.
DECISION NEEDED before billing goes live: the payment processor and its terms; the billing cycle, proration and refund policy; what happens to a workspace that exceeds its seat count or storage quota; what happens to your data if a subscription lapses or is cancelled; whether annual plans auto-renew and how they are cancelled; and how price changes are notified.
5. Acceptable use
You may not use agensis, or direct an agent to use it, to:
- break the law, or infringe anyone's intellectual property, privacy or other rights;
- upload or generate malware, or content that is unlawful, harassing, defamatory, or sexual material involving minors;
- gain unauthorised access to any system, account or data — ours, another user's, or a third party's;
- probe, scan or attempt to defeat the service's security or rate limits, or use the link-preview, gateway, webhook or provider-call features to reach systems you are not authorised to reach;
- send spam or unsolicited bulk messages;
- resell or white-label the hosted service, or use it to build a competing hosted product (this restriction applies to the hosted service only — the MIT-licensed source code carries no such condition);
- place a load on the service that degrades it for others, including by automating the interface at a volume the product was not built for.
You are responsible for what your agents do. An agent acting under your account, or in your workspace, is acting for you. Instructing an agent to do something that would breach these terms is a breach of these terms.
6. Your content
Your content remains yours. Messages, documents, files, memory, canvas objects and agent configurations that you or your agents create in a workspace belong to you or to whoever owned them already. We claim no ownership of them.
You grant us only the licence we need to run the service: to store, copy, transmit and display your content in order to show it to the members of your workspace, to send it to the AI providers and other destinations described in the Privacy Policy, and to back it up. That licence exists for the purpose of operating the service and for no other.
We do not use your content to train AI models. Whether the AI providers we transmit it to do so is governed by their terms, not ours. DECISION NEEDED: confirm each provider's training and retention terms and state them here — see the corresponding note in the Privacy Policy.
You are responsible for having the rights to the content you put into agensis, including anything an agent reads from a folder on your machine and reproduces in a workspace.
7. Agents and AI output
This section exists because agensis is not an ordinary SaaS product. Agents act, and they act on your behalf.
Output is generated, not verified
Everything an agent writes is produced by a language model. It may be wrong, incomplete, out of date, or entirely fabricated while appearing confident. We do not review it, we do not warrant it, and it is not advice — not legal, financial, medical, safety or professional advice of any kind. You must verify anything you rely on. If an agent's output would cause harm or cost if it were wrong, check it before acting on it.
Agents take actions, not just write text
An agent in agensis can do more than answer. Depending on how you configure it, it may: read and write files on machines you connect to it; run shell commands; call external APIs using credentials you have stored; provision, operate and stop cloud sandboxes that cost money; post to webhooks you configure; and act on a schedule without a person present.
Those actions are yours. By configuring an agent, granting it access to a folder, storing a credential it can use, or scheduling it, you authorise the actions it then takes. We are not responsible for what an agent does with the access you gave it — including deleting or modifying your files, spending money with a provider, or sending a request you did not individually approve.
Agents read untrusted input
Agents read content from webpages, external API responses, webhook payloads, files, and messages written by other people and other agents. Any of that can contain text designed to manipulate the agent — prompt injection. agensis is built to reduce this: external content is passed to the model inside an explicit untrusted-data fence, an agent cannot choose the URL, host or headers of a provider call, and it never holds the credential used to make one. These are mitigations, not guarantees. An agent can still be misled by content it reads.
Costs an agent can incur
Model calls, speech services and cloud sandboxes cost money. Where those run on your key or your provider account, the charges are yours, including charges from an agent that loops, retries, or leaves a sandbox running. We do not cap your third-party spend and we cannot refund it. Where a feature runs on our platform key, its use is bounded by your plan's allowance.
Non-determinism
The same prompt does not reliably produce the same answer. Models change, are deprecated by their providers, and are updated without our involvement. We do not warrant that any particular model remains available or that behaviour stays consistent between turns or between releases.
8. Agents on your own machine
The agent daemon is software you install and run on your own computer. When you connect it:
- It runs with your user's permissions. Any folder you grant it, it can read — and, depending on the tools it is given, write.
- It calls the AI provider under your own credentials. The prompt goes from your machine, on your account, at your cost.
- It pushes some local files into your workspace — agent memory files and skill documents — so they are readable by your team when your machine is offline. It also reports its hostname and working directory.
- You are responsible for the machine. Its security, what is on it, and whether the folders you expose contain anything you should not be sharing with the members of your workspace.
The daemon is distributed as a separate open-source package under its own licence. These terms cover its use with the hosted service; they do not restrict your rights under that licence.
9. Third-party services and your credentials
agensis is designed to sit between you and services you already use. Some are ours to arrange; several are entirely yours to choose.
When you store a credential in the workspace vault, or point the product at an endpoint of your own — an inference gateway, a webhook, a provider API — you confirm you are entitled to use that credential and that endpoint, and you accept that the data described in the Privacy Policy will be sent there. That third party's terms govern what they then do with it. We are not a party to your relationship with them and are not responsible for their service, their availability, or their handling of your data.
The vault is write-only: no route in the product returns a stored secret to anyone, including you. This is deliberate, and it has a consequence — if you lose a secret, we cannot give it back. You can only replace it.
10. Availability and beta status
agensis is early software under active development. Features change, are renamed, and are occasionally removed. We do not offer a service level agreement, an uptime commitment, or a support response time.
We may modify, suspend or discontinue any part of the service. DECISION NEEDED: how much notice is given before a feature is removed or the service is discontinued, and whether a data export is provided — noting that no export function exists in the product today.
11. Suspension and termination
You may stop using the service at any time. Because there is no self-service account deletion, deleting your account currently requires a request to the operator; see the Privacy Policy for what deletion does and does not remove today.
We may suspend or terminate an account that breaches these terms, that is being used unlawfully, or that is placing the service or other users at risk. Where circumstances allow, we will give notice and an opportunity to put things right first; where the breach is serious or ongoing, we may act immediately.
DECISION NEEDED: what happens to workspace content after termination — how long it is retained, whether an export is offered, and how long the former account holder has to request one.
12. Disclaimers
To the fullest extent permitted by law, the service is provided "as is" and "as available", without warranties of any kind, express or implied, including any implied warranty of merchantability, fitness for a particular purpose, non-infringement, or uninterrupted or error-free operation.
Without limiting that, we specifically do not warrant that AI output is accurate, that agents will behave as intended, that any third-party service will remain available, or that data will never be lost. Keep your own copies of anything you cannot afford to lose.
Nothing in these terms excludes liability that cannot lawfully be excluded — including, in many jurisdictions, liability for death or personal injury caused by negligence, and for fraud.
13. Limitation of liability
To the fullest extent permitted by law, we are not liable for indirect, incidental, special, consequential or punitive damages, nor for lost profits, lost revenue, lost data, or business interruption — including where these arise from AI output, from actions taken by an agent, from a third-party service, or from charges you incur with a provider.
DECISION NEEDED: the liability cap. The usual formulation is the greater of the fees paid in the preceding twelve months or a fixed sum — but note that no fees are currently charged, which would make a fees-based cap zero for every user today. This needs a deliberate answer, not a copied clause.
14. Indemnity
DECISION NEEDED: whether users indemnify us, and for what — typically claims arising from their content, their use of the service, their agents' actions, or their breach of these terms. Whether an indemnity is appropriate at all depends on the customer profile, and it is a clause worth a lawyer's judgement rather than a template's.
15. Open source and self-hosting
The agensis source code is published under the MIT licence. You may run your own copy, modify it, and use it commercially, on the terms of that licence.
These terms do not apply to a deployment you run yourself. There is no licence check and no telemetry; a self-hosted deployment does not report to us and we have no visibility into it, no obligations toward it, and no liability for it. You become the operator: the plan limits in section 4 are meaningless, the availability language in section 10 is not ours to give, and the data handling described in the Privacy Policy is yours to define.
The MIT licence disclaims warranty and liability in its own terms, which govern the code itself.
16. Governing law and disputes
DECISION NEEDED: the governing law, the courts or arbitral forum with jurisdiction, and whether disputes go to arbitration or to court. This follows from where the operating entity is established, and it cannot be answered from the code. Consumer-protection rules in a user's home country may override whatever is chosen here, which is itself a reason to take advice rather than pick a familiar jurisdiction.
17. Changes to these terms
We may update these terms. Material changes will be reflected here with a new date at the top of the page. Continuing to use the service after a change takes effect means you accept the updated terms. DECISION NEEDED: how much advance notice is given for a material change, and by what means — noting that agensis cannot currently send email, so in-app notification is the only available channel.
Questions about these terms:
DECISION NEEDED: a working contact address for legal enquiries. None exists in the product today and none has been invented here.