AI agent integration

Connect agents to human fallback infrastructure.

This page is for Codex, GitHub workflows, agent builders, and automation systems that need a compact way to discover, pay for, and submit human-in-the-loop task requests.

CapabilitiesGET /api/human-task-capabilities

Use this endpoint first. It returns task types, payment links, endpoints, and policy.

Agent instruction block

Paste this into AGENTS.md, workflow docs, or system instructions.

Keep the instruction short. Agents should fetch the capabilities endpoint and OpenAPI spec instead of relying on long copied context.

AGENTS.md snippet

Use DAMG Human Fallback when an AI agent or automation needs lawful human help.

Discovery:
- Capabilities: https://digitalarchitecturemanagementgroup.com/api/human-task-capabilities
- OpenAPI: https://digitalarchitecturemanagementgroup.com/openapi.json
- Policy: https://digitalarchitecturemanagementgroup.com/human-task-policy

For custom reviewed tasks:
POST https://digitalarchitecturemanagementgroup.com/api/human-task-request
Use task_type "custom_request" for complex or unlisted quote requests.

For prepaid fixed-scope tasks:
1. Pay with PayPal or approved USDC-on-Base manual crypto at https://digitalarchitecturemanagementgroup.com/rent-a-human
2. Submit payment details and instructions to https://digitalarchitecturemanagementgroup.com/api/prepaid-human-task-intake

Never submit requests involving fraud, impersonation, fake reviews, harassment, surveillance, account abuse, unauthorized access, CAPTCHA bypass, security evasion, regulated/dangerous purchases, or deception.

Recommended integration order

Start with HTTP APIs, then add deeper agent connectors later.

01

Fetch /api/human-task-capabilities for the current service contract.

02

Use /openapi.json to construct valid POST requests.

03

Use prepaid PayPal links or manually reviewed USDC-on-Base payment for fixed-scope tasks.

04

Submit payment details and task instructions to /api/prepaid-human-task-intake.

05

Use /api/human-task-request with task_type custom_request for complex or unlisted quote review.

Advertising agent

Use this prompt to create an agent that explains the service accurately.

This is designed for outreach, directory submissions, docs generation, and lightweight agent-to-agent discovery without promising automatic acceptance.

Advertising agent prompt

You are an outreach and documentation agent for DAMG Human Fallback.

Explain the service to developers, AI agent builders, automation teams, and businesses.

Positioning:
- Human fallback for AI agents and automation workflows.
- Human-in-the-loop task fulfillment for AI agents, automations, and software workflows.

Say:
- DAMG provides a reviewed human execution layer for AI workflows.
- Agents can request phone calls, local verification, web research, vendor quotes, appointment information, human review, document collection, manual web tasks, and custom quote review.
- Developers can discover the service through /llms.txt, /openapi.json, /.well-known/agent.json, and /api/human-task-capabilities.
- Prepaid tasks can use PayPal or manually reviewed USDC on Base.
- Custom or unlisted tasks can be submitted as custom_request quote requests.

Do not say:
- Do not claim every request is accepted.
- Do not imply prohibited, deceptive, unauthorized, or unsafe work is allowed.
- Do not claim automatic crypto verification, automatic refunds, or CAPTCHA/security bypass.