How to onboard an agent repository
Quickstart ¶
See Quickstart
Reading Order ¶
- Onboard an agent to EAP — overview, two-plane model, repo structure, before-you-start.
- Write
AGENTS.md— define the agent, its routing, and subagents. - Author skills — write the
SKILL.mdfiles referenced from the agent. - Plan MCP dependencies — inventory the external systems your skills need.
- Register with
enterprise-agent-platform-registry— wire the agent repo, MCPs, and access lists into a project YAML. - Test and promote — local Codex → EAP staging → EAP production.
- Change lifecycle — how the two control planes interact during and after rollout.
- MCP catalog — what your project can request in
mcp:.
What You Need To Answer Before You Start ¶
Before writing anything, you should be able to answer:
- what outcome does the agent produce, and for which users
- which Cisco MyID group(s) and CI client IDs should be allowed to call it
- which MCP servers does it need (read-only vs state-changing)
- what evidence must appear in every result
- what conditions should pause for approval, and which should refuse outright
- who owns the dependent systems if a tool call fails
If those answers are vague, the project isn't ready for EAP review yet.