You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/how_to/ai_agents.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,15 +11,15 @@ Ella Core ships with an [Agent Skill](https://agentskills.io/) that lets AI agen
11
11
Before using the skill, you need:
12
12
13
13
1.**A running Ella Core instance** with its API accessible (e.g. `http://192.168.1.10:5000`).
14
-
2.**An API token** — create one in the Ella Core UI under your user profile, or via the API. Tokens are prefixed with `ellacore_`.
14
+
2.**A user for your AI agent with an API token** — create a user for your agent in the UI with a role that matches the permissions you want to grant (e.g. "network manager" for full network access, "read only" for monitoring). Then generate an API token for that user and copy it.
15
15
16
16
## 1. Install the skill
17
17
18
18
Download [`SKILL.md`](https://raw.githubusercontent.com/ellanetworks/core/main/.github/skills/ella-core-api/SKILL.md) and place it in a skills directory that your AI tool can discover (e.g. `<project>/.agents/skills/ella-core-api/SKILL.md`).
19
19
20
20
## 2. Prompt the agent
21
21
22
-
Once the skill is active, you can ask things like "Which subscribers used the most data over the last 7 days?".
22
+
Once the skill is active, you can ask things like "Which subscribers used the most data over the last 7 days?". The agent will ask you for the Ella Core URL and an API token — use the token you generated earlier.
0 commit comments