AI agents
Esta página aún no está disponible en tu idioma.
These docs are built to be read by AI agents as well as people. The fastest way to get an agent productive with the API is the ready-made skill below — it teaches the entire integration in one file.
Install the skill
Section titled “Install the skill”Drop the skill into your skills directory and it loads automatically whenever the task touches the Accessful API:
cd ~/.claude/skills \ && curl -LO https://docs.accessful.de/agent-skill/accessful-api-skill.zip \ && unzip accessful-api-skill.zipThis unpacks to ~/.claude/skills/accessful-api/SKILL.md. Use .claude/skills/ in a
project instead to share it with your team.
Codex has no skill system, but SKILL.md is plain Markdown. Save it into your repo
(for example as AGENTS.md, or anywhere the agent reads context):
curl -L https://docs.accessful.de/agent-skill/accessful-api/SKILL.md -o AGENTS.mdThe skill covers authentication, the upload → poll → download flow, every endpoint, webhooks (including HMAC-SHA256 verification), limits, and the error format — sourced only from these docs.
Other ways agents can read these docs
Section titled “Other ways agents can read these docs”- Any page as Markdown — every page has a Copy as Markdown button and an
Open in AI menu (open in ChatGPT or Claude, or view the raw Markdown). Append
.mdto any URL for the raw source, e.g./quickstart.md. /llms.txt— a machine-readable index of every page following the llmstxt.org convention, for agents that crawl the site.