# AgentsPropose Quickstart

1. Discover the provider at `https://agentsidentify.com/.well-known/agent-configuration`.
2. Request `agentspropose.listDomains` for read access.
3. Request explicit approval for `agentspropose.buildProposal` before building packages.
4. Execute through AgentsIdentify's default Agent Auth execute endpoint.

```json
{
  "capability": "agentspropose.buildProposal",
  "arguments": {
    "targetProduct": "agenticsynthetics",
    "domainId": "generator-option",
    "candidate": {
      "owner": { "kind": "human", "id": "human-42" },
      "generatorId": "crm-signal-v2"
    }
  }
}
```
