# Partner API

LeadArena Partner API for server-to-server integrations. Authenticate with an API key. All actions are scoped to the `networkId` bound to that key.

## Base URL

Use the LeadArena API host for the target environment (for example `https://api.leadarena.com`). Partner routes are under `/partner`.

## For AI agents

- Index: [/llms.txt](/llms.txt)
- Full dump: [/llms-full.txt](/llms-full.txt)

## Pages

- [Authentication](auth.md) — `x-api-key` header and network scoping
- [Errors](errors.md) — status codes and example bodies
- [Enable or disable an agent](endpoints/agent-status.md) — `POST /partner/agents/status`

## Current endpoints

| Method | Path | Description |
| --- | --- | --- |
| POST | `/partner/agents/status` | Enable or disable an agent in your network |
