[ INTAKE · CAPABILITIES ]

Make the change in your systems instead of explaining it

You define the endpoint and how far it can go. The agent makes the call, checks real state and resolves with the result.

Setting up an action with endpoint and permissions

How it works

You set the limits, the agent makes the call

An action is a GET or POST request to your API. You declare the endpoint, the parameters and how far it can go; the agent decides when to use it and resolves with whatever comes back.

Setting up an action with endpoint and permissions

Frequently asked questions

Can the agent change data without permission?

No. Only what you declare exists. If you only give it read endpoints, there is no way for it to write anything.

What if the call fails?

The agent does not invent the result: it says it could not and hands off to a person with the error visible.

Do we need to change the product?

If you already have an API, no. Actions are configured in Intake pointing at the endpoints you already have.

Put the agent to work inside your product