🔐 Request Secret Access

📡 API Endpoint

Agents can also use the API:

POST /api/request
Content-Type: application/json

{
  "agent_id": "my-agent",
  "secret_path": "secret/data/tokens/linkedin",
  "purpose": "LinkedIn API integration",
  "ttl_minutes": 15,
  "environment": "production"
}