Computer Agents
AI agents that operate websites for you, for systems that have no API.
Feathery Computer Agents operate websites the way a person would. An agent opens a browser, reads the page, logs in, fills out forms, submits them, and downloads files. Use an agent for systems that have no API, such as carrier portals, legacy admin consoles, and government filing sites.
Create a Computer Agent
Go to the Computer Use tab of your account and click Create Computer Agent. You need the Admin or Editor role.
Give your agent a name.
Describe what it should do. This is the agent's task.
Choose a schedule, or leave it on Manual.
Write the Task
The task is the agent's complete set of instructions, written in plain English. The agent has no other knowledge of your workflow.
Go to https://portal.example.com and log in with PORTAL_USERNAME and PORTAL_PASSWORD.
Open the Statements tab, find the most recent monthly statement, and download it.
Report the statement date in your notes.Name any credential you want the agent to use by its key.
Reference form fields with
{{field_id}}syntax. See Pass Form Data into the Task.Name the landmarks the agent should look for, such as "the Statements tab", rather than scripting each click.
Agent Settings
Properties: the agent's name, its ID, the task, and the file field that receives downloads.
Schedule: how often the agent runs on its own.
Browser Policy: the page each run opens to, and the domains the agent can reach.
Credentials: logins the agent needs on the site.
Next Steps
Credentials & Browser PolicyTrigger a RunReview a RunWas this helpful?