Skip to main content
Your agent has a command line, access to your files, and access to whatever services you’ve opened to it. That’s exactly what makes it useful, and exactly what makes mistakes expensive. The five rules below prevent most of the pain.

Five rules

The rule “don’t install the agent on your personal computer,” familiar from self-hosted setups, doesn’t apply here: the agent lives in a container on the platform side. Nothing runs on your machine, and the agent can’t see your files, only what you’ve given it access to yourself.

What not to give

Anything the agent can do, it will eventually do by mistake, including irreversibly. Base your permissions on that, not on how well it has behaved so far.

Who can message the agent

The only barrier between the agent and outsiders is the list of Telegram IDs on the Connect tab. Anyone on the list controls the agent: its files, its command line, its access.
  • Only add people you trust with that access in full.
  • When an employee leaves, remove their ID from the list.
  • Shared access “for the team” is a reason to create a separate agent with separate permissions.
If anyone besides you messages the agent, turn off the Command Execution ability in Abilities. That’s the first thing to lock down.

Skills from the catalog

A skill is a plain text file with instructions. It can hide a command to find keys and send them to a third party, and the agent will follow it without a second thought: to the agent, it’s just part of the instructions.
1

Check the author and stats

A well-known author, thousands of installs, a recent update. This lowers the risk but doesn’t remove it.
2

Read the file

The skill is on the Files tab and opens as text. Anything that sends data outside is a reason to pass.
3

Better yet, ask for a skill written from scratch

You can generate the skill you need for your task. That’s more reliable than installing someone else’s file for a single feature.
Sometimes the agent refuses to install a suspicious skill on its own and tells you so. Treat that as luck, not a safety system: the decision is still yours.

What to put in Rules

The agent rereads the Rules document on the Personality tab in every new conversation, unlike what you say in chat, which is lost when history is compressed. A minimal set:
  • Don’t message people or send emails without my confirmation.
  • Don’t publish anything externally without my confirmation.
  • Don’t delete files or emails; move them to an archive.
  • Don’t spend money or place orders.
  • Only put things in the site/ folder that can be shown to outsiders.
  • Before a task that changes live data, show the plan and wait for my reply.

Before a risky task

1

Download a backup

Settings → Management → Backup. An archive of the agent’s full state: Maintenance.
2

Ask for a plan

“Describe step by step what you’re going to do, and don’t start yet.” Half the problems show up right here.
3

Give a slice, not everything

One folder, ten records, a test page. Once you’ve accepted the result, expand.

FAQ

No. It runs in its own container on the platform side. It can only access what you put there or what you’ve given it access to.
Conversations and files live in the agent’s container. It can be controlled by anyone with access to your AI TEXTURA account and by the people whose Telegram IDs you added on the Connect tab.
Only from a backup, if you have one. That’s exactly why you should add a no-delete rule to Rules: have it move things to an archive instead of deleting them.
Revoke keys and tokens in the services themselves, change passwords, remove extra Telegram IDs on the Connect tab, and if needed, stop the agent in Management. Then contact Support.
No. That’s the job of an AI Employee: it has a Knowledge Base, response quality control, and working hours. The agent has none of that, but it does have a command line, so don’t let outsiders near it.

What’s next

Where the Agent Fails

Four failures no setting can fix

Abilities and Skills

What to turn off if others have access

Connect

The list of people who can message the agent

Maintenance

Backup, diagnostics, stopping the agent