@extends('layouts.app') @section('title', 'Create API Client') @section('breadcrumb')
A descriptive name to identify this API client. Choose something meaningful like "Mobile App v2" or "Partner Integration".
Controls how many API requests this client can make per minute. Higher limits for trusted clients, lower for public APIs.
Restrict API access to specific IP addresses or networks for enhanced security. Supports both individual IPs and CIDR notation.
Each client receives a unique Client ID and Client Secret for API authentication. The secret is only shown once, so save it securely.