Aller au contenu

AI agents

Ce contenu n’est pas encore disponible dans votre langue.

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.

Drop the skill into your skills directory and it loads automatically whenever the task touches the Accessful API:

Terminal window
cd ~/.claude/skills \
&& curl -LO https://docs.accessful.de/agent-skill/accessful-api-skill.zip \
&& unzip accessful-api-skill.zip

This unpacks to ~/.claude/skills/accessful-api/SKILL.md. Use .claude/skills/ in a project instead to share it with your team.

The 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.

  • 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 .md to 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.