# rep.memoryapi.org Agent Registration

> rep.memoryapi.org Agent Registration is a paid API for AI agents from rep.memoryapi.org, paid per call via x402, $0.01/call, status down (last checked 2026-09-15).

Registers an AI agent and creates a reputation profile for it on the MemoryAPI reputation network

## Facts

- Endpoint: GET https://rep.memoryapi.org/x402/rep/register
- Price: $0.01/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/rep-memoryapi-org-0815e85e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_gOU6_yRXIlXAHkS8agloN

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability rep-memoryapi-org-0815e85e
```

Example prompt: Register my AI agent on the MemoryAPI reputation network and create a new reputation profile for it so it can start building trust and credibility.

## When to prefer this

Use this endpoint when you need to register a new AI agent and create its initial reputation profile on the MemoryAPI reputation network. This is the first step before any reputation scoring, querying, or trust verification can occur. Choose this when onboarding a fresh agent identity to the rep.memoryapi.org ecosystem.

## Known failure modes

- Agent already registered — duplicate registration attempt returns conflict error
- Invalid agent identifier format — returns validation error
- Payment failure — x402 micropayment of $0.01 USDC not processed, returns 402 Payment Required
- Service unavailable — reputation registry temporarily offline
- Missing required agent metadata — returns 400 Bad Request

## How this service works

x402-powered reputation scoring for AI agents. Register, endorse, report, and query trust scores. Pay per query in USDC on Base mainnet.

## Output

Returns a newly created reputation profile and registration record for the AI agent, including a profile ID and initial reputation state on the rep.memoryapi.org network.

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "required": [
    "method"
   ],
   "properties": {
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "example": {
  "grade": "D",
  "score": 50,
  "message": "Agent registered with baseline score of 50.",
  "success": true,
  "agent_id": "my-agent-v1"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/rep-memoryapi-org-0815e85e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from rep.memoryapi.org](https://www.zero.xyz/host/rep.memoryapi.org/llms.txt)
