Network Access
Let your agent call an API eesel has no integration for: allow the domain, name the header it authenticates with, and it looks up live data when it answers.
Network Access lets your agent reach APIs you don't have a built-in integration for. You allow a domain, tell it which header to authenticate with, and your agent can then look up live data like orders, shipping status or inventory, and use it when it answers.

What you can do
Fetch live data from any REST API (orders, customers, inventory, shipping, etc.)
Make GET, POST, PATCH and DELETE requests to retrieve data or trigger actions
Attach authentication headers (API keys, Bearer tokens, Basic auth) per domain
Combine with any helpdesk so the agent responds with real-time data
Your teammate can walk you through this. Describe the API you want it to reach and it will tell you exactly what to add, which domain to allow, and which header the API expects.
Never paste an API key, token or password into the chat. You don't need to, and you shouldn't. Your teammate will point you at the field in your settings where the value goes, and it never sees the value itself, only the name of the header. If it ever asks you for a secret in chat, don't give it one.
Setting up Network Access
Tell your agent how to use it
All that's left is telling your agent what these API connections are for, and the easiest way is to just talk to it: describe the workflow you want ("when a customer asks about an order, look it up by order number and reply with the status and tracking"), and it writes the rule into its own instructions.
The same connections work everywhere your agent does: in automations, in skills, and in ad-hoc requests in chat. Auth headers are attached automatically from your policies, so credentials never appear in instructions.
Troubleshooting
Related
Skills for the workflows that can use an API you have allowed here
Instructions and Memory for telling your agent when to make a request
The eesel CLI for managing agents and integrations from your terminal
Last updated