Skip to content

DADL Registry

30 lines of YAML.
No server to build.

DADL (Dunkel API Description Language) turns REST APIs into AI-ready tool definitions. Write a .dadl file — ToolMesh handles auth, pagination, retries, and type safety.

spec: "https://dadl.ai/spec/dadl-spec-v0.1.md"
backend:
  name: my-api
  type: rest
  base_url: https://api.example.com
  auth:
    type: bearer
    credential: my_token
  tools:
    list_items:
      method: GET
      path: /items
      description: "List all items"
4 APIs 164 tools Apache 2.0 licensed

Tags

Recently Updated