# Microgram: arp-oauth-arp-oauth-authorize

`station__algovigilance__microgram-arp-oauth-arp-oauth-authorize` · native (always callable) · domain `algovigilance` · pv-relevance `pv-core`

Request an authorization code for (client_id, agent_handle, scope). Returns a short-lived code exchangeable for a JWT via arp_oauth_token.

## Agent metadata

- `idempotent`: true
- `read_only`: true
- `expected_latency_ms`: unknown (not yet contract-tested)
- `cost_tokens_estimate`: unknown

## Input schema

- `client_id` *string* (required) — Input parameter client_id.
- `agent_handle` *string* (required) — Input parameter agent_handle.
- `scope` *object* — Input parameter scope.

## Example call

```json
POST /api/mcp
Content-Type: application/json

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "station__algovigilance__microgram-arp-oauth-arp-oauth-authorize",
    "arguments": {
      "client_id": "",
      "agent_handle": ""
    }
  }
}
```

## Related

- [/tools](/tools) — all 7718 tools
- [/tools/algovigilance__microgram-arp-oauth-arp-oauth-authorize](/tools/algovigilance__microgram-arp-oauth-arp-oauth-authorize) — HTML page
- [/tools/algovigilance__microgram-arp-oauth-arp-oauth-authorize/json](/tools/algovigilance__microgram-arp-oauth-arp-oauth-authorize/json) — JSON form (agent-friendly)
- [/api/mcp](/api/mcp) — endpoint
- [/AGENTS.md](/AGENTS.md) — agent guide
