集成

Super Lap Adobe Experience Manager Aem Api

试用

Expert-level skill for Adobe Experience Manager (AEM) API integration. Covers all 48 endpoints, including system operations, libraries, and .cqactions.html workflows. Enables seamless content management, asset handling, and platform automation. Reliable for building, managing, and scaling AEM-based

它能做什么

Adobe Experience Manager (AEM) API API version: 3.7.1-pre.0

技能文档

Adobe Experience Manager (AEM) API

API version: 3.7.1-pre.0

Auth

Bearer basic

Base URL

/

Setup

  1. Set Authorization header with your Bearer token
  2. GET /system/console/configMgr -- verify access
  3. POST /.cqactions.html -- create first .cqactions.html

Endpoints

48 endpoints across 9 groups. See references/api-spec.lap for full details.

system

MethodPathDescription
GET/system/console/configMgr
GET/system/console/bundles/{name}.json
POST/system/console/bundles/{name}
POST/system/console/jmx/com.adobe.granite:type=Repository/op/{action}
GET/system/health
POST/system/console/configMgr/com.adobe.granite.auth.saml.SamlAuthenticationHandler
GET/system/console/status-productinfo.json

libs

MethodPathDescription
GET/libs/granite/core/content/login.html
POST/libs/replication/treeactivation.html
POST/libs/granite/security/post/authorizables
POST/libs/granite/security/post/truststore
GET/libs/granite/security/truststore.json
POST/libs/granite/security/post/sslSetup.html

.cqactions.html

MethodPathDescription
POST/.cqactions.html

{path}

MethodPathDescription
POST/{path}/
GET/{path}/{name}
POST/{path}/{name}
DELETE/{path}/{name}
POST/{path}/{name}.rw.html

apps

MethodPathDescription
POST/apps/system/config/{configNodeName}
POST/apps/system/config/org.apache.felix.http
POST/apps/system/config/org.apache.sling.servlets.get.DefaultGetServlet
POST/apps/system/config/org.apache.sling.security.impl.ReferrerFilter
POST/apps/system/config/org.apache.sling.jcr.davex.impl.servlets.SlingDavExServlet
POST/apps/system/config/com.shinesolutions.aem.passwordreset.Activator
POST/apps/system/config/com.shinesolutions.healthcheck.hc.impl.ActiveBundleHealthCheck
POST/apps/system/config/com.adobe.granite.auth.saml.SamlAuthenticationHandler.config
POST/apps/system/config/org.apache.http.proxyconfigurator.config

bin

MethodPathDescription
GET/bin/querybuilder.json
POST/bin/querybuilder.json

etc

MethodPathDescription
GET/etc/packages/{group}/{name}-{version}.zip
GET/etc/packages/{group}/{name}-{version}.zip/jcr:content/vlt:definition/filter.tidy.2.json
GET/etc/replication/agents.{runmode}.-1.json
GET/etc/replication/agents.{runmode}/{name}
DELETE/etc/replication/agents.{runmode}/{name}
POST/etc/replication/agents.{runmode}/{name}
GET/etc/truststore/truststore.p12
POST/etc/truststore

crx

MethodPathDescription
POST/crx/explorer/ui/setpassword.jsp
GET/crx/packmgr/installstatus.jsp
POST/crx/packmgr/service.jsp
POST/crx/packmgr/update.jsp
POST/crx/packmgr/service/.json/{path}
GET/crx/packmgr/service/script.html
GET/crx/server/crx.default/jcr:root/.1.json

{intermediatePath}

MethodPathDescription
POST/{intermediatePath}/{authorizableId}.ks.html
GET/{intermediatePath}/{authorizableId}.ks.json
GET/{intermediatePath}/{authorizableId}/keystore/store.p12

Common Questions

Match user requests to endpoints in references/api-spec.lap. Key patterns:

  • "List all configMgr?" -> GET /system/console/configMgr
  • "List all login.html?" -> GET /libs/granite/core/content/login.html
  • "Create a .cqactions.html?" -> POST /.cqactions.html
  • "Create a org.apache.felix.http?" -> POST /apps/system/config/org.apache.felix.http
  • "Create a org.apache.sling.servlets.get.DefaultGetServlet?" -> POST /apps/system/config/org.apache.sling.servlets.get.DefaultGetServlet
  • "Create a org.apache.sling.security.impl.ReferrerFilter?" -> POST /apps/system/config/org.apache.sling.security.impl.ReferrerFilter
  • "Create a org.apache.sling.jcr.davex.impl.servlets.SlingDavExServlet?" -> POST /apps/system/config/org.apache.sling.jcr.davex.impl.servlets.SlingDavExServlet
  • "Create a com.shinesolutions.aem.passwordreset.Activator?" -> POST /apps/system/config/com.shinesolutions.aem.passwordreset.Activator
  • "Create a com.shinesolutions.healthcheck.hc.impl.ActiveBundleHealthCheck?" -> POST /apps/system/config/com.shinesolutions.healthcheck.hc.impl.ActiveBundleHealthCheck
  • "List all querybuilder.json?" -> GET /bin/querybuilder.json
  • "Create a querybuilder.json?" -> POST /bin/querybuilder.json
  • "Get package details?" -> GET /etc/packages/{group}/{name}-{version}.zip
  • "List all filter.tidy.2.json?" -> GET /etc/packages/{group}/{name}-{version}.zip/jcr:content/vlt:definition/filter.tidy.2.json
  • "Get agents.{runmode}.-1.json details?" -> GET /etc/replication/agents.{runmode}.-1.json
  • "Get agents.{runmode} details?" -> GET /etc/replication/agents.{runmode}/{name}
  • "Delete a agents.{runmode}?" -> DELETE /etc/replication/agents.{runmode}/{name}
  • "Create a treeactivation.html?" -> POST /libs/replication/treeactivation.html
  • "Create a authorizable?" -> POST /libs/granite/security/post/authorizables
  • "Create a setpassword.jsp?" -> POST /crx/explorer/ui/setpassword.jsp
  • "List all installstatus.jsp?" -> GET /crx/packmgr/installstatus.jsp
  • "Create a service.jsp?" -> POST /crx/packmgr/service.jsp
  • "Create a update.jsp?" -> POST /crx/packmgr/update.jsp
  • "List all script.html?" -> GET /crx/packmgr/service/script.html
  • "List all .1.json?" -> GET /crx/server/crx.default/jcr:root/.1.json
  • "Get bundle details?" -> GET /system/console/bundles/{name}.json
  • "List all health?" -> GET /system/health
  • "Create a com.adobe.granite.auth.saml.SamlAuthenticationHandler.config?" -> POST /apps/system/config/com.adobe.granite.auth.saml.SamlAuthenticationHandler.config
  • "Create a org.apache.http.proxyconfigurator.config?" -> POST /apps/system/config/org.apache.http.proxyconfigurator.config
  • "Create a truststore?" -> POST /libs/granite/security/post/truststore
  • "List all truststore.json?" -> GET /libs/granite/security/truststore.json
  • "List all truststore.p12?" -> GET /etc/truststore/truststore.p12
  • "Create a truststore?" -> POST /etc/truststore
  • "Create a com.adobe.granite.auth.saml.SamlAuthenticationHandler?" -> POST /system/console/configMgr/com.adobe.granite.auth.saml.SamlAuthenticationHandler
  • "List all status-productinfo.json?" -> GET /system/console/status-productinfo.json
  • "List all store.p12?" -> GET /{intermediatePath}/{authorizableId}/keystore/store.p12
  • "Create a sslSetup.html?" -> POST /libs/granite/security/post/sslSetup.html
  • "How to authenticate?" -> See Auth section

Response Tips

  • Check response schemas in references/api-spec.lap for field details
  • Create/update endpoints typically return the created/updated object

CLI

# Update this spec to the latest version
npx @lap-platform/lapsh get adobe-experience-manager-aem-api -o references/api-spec.lap

# Search for related APIs
npx @lap-platform/lapsh search adobe-experience-manager-aem-api

References

  • Full spec: See references/api-spec.lap for complete endpoint details, parameter tables, and response schemas

Generated from the official API spec by LAP

相关技能

把自然语言描述转为结构化 JSON,并由 mcp-diagram-generator MCP 服务生成 Draw.io、Mermaid 或 Excalidraw 图表文件。

作者 nssa.io1.0k 次安装47 星标

从 AdMapix API 拉取广告创意、应用、榜单和收入预估等数据,原样返回结构化 JSON。

作者 fly0pants4.3k 次安装296 星标

通过托管 OAuth 访问 Microsoft Graph Excel 接口,读写 OneDrive 中的工作簿、工作表、区域、表格与图表。

作者 byungkyu800 次安装42 星标

在本地磁盘以分类纯 Markdown 文件保存需要长期留存的事实,与智能体内置记忆并存。

作者 Iván555 次安装18 星标

以 AI 机器人身份加入视频会议,提供语音、虚拟形象与屏幕共享四种模式。

作者 johnpatternai21 次安装8 星标

诊断生产力系统反复失效的根因,给出最小干预——容量测算、瓶颈定位、可靠的本地记录。

作者 Iván854 次安装69 星标

subaru0573 的更多技能

浏览全部技能

This skill should be used when the user needs to manage Tencent Weiyun cloud storage, including file upload/download, sharing, space management, and account...

作者 subaru057316 次安装

Data analysis and visualization. Query databases, generate reports, automate spreadsheets, and turn raw data into clear, actionable insights. Use when (1) yo...

作者 subaru057317 次安装

Read and send email via IMAP/SMTP. Check for new/unread messages, fetch content, search mailboxes, mark as read/unread, and send emails with attachments. Sup...

作者 subaru057316 次安装

Capture, inspect, and compare screenshots of screens, windows, regions, web pages, simulators, and CI runs with the right tool, wait strategy, viewport, and...

作者 subaru057316 次安装

Create, inspect, and edit Microsoft Word documents and DOCX files with reliable styles, numbering, tracked changes, tables, sections, and compatibility check...

作者 subaru057315 次安装

Advanced multi-agent development system for complex software projects. Leverages Orchestrator, Builder, and Reviewer agents to decompose modules, implement c...

作者 subaru057315 次安装