Register OAuth client
Register a dynamic OAuth client per RFC 7591.
Documentation Index
Fetch the complete documentation index at: https://docs.hyperline.co/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Array of redirect URIs for the client.
1["http://localhost:3000/callback"]Human-readable name of the client.
"Claude Desktop"
URL of the client's home page.
URL of the client's logo.
Space-separated list of requested scopes.
"read write"
Grant types the client will use.
authorization_code, refresh_token ["authorization_code", "refresh_token"]Response types the client will use.
code ["code"]Authentication method for token endpoint. All clients are treated as public (no secret issued).
none, client_secret_post Unique identifier for the client software.
Version of the client software.
Contact emails for the client developers.
URL to the client's terms of service.
URL to the client's privacy policy.
Response
Unique client identifier.
"dyn_abc123xyz789"
Unix timestamp when client_id was issued.
Registered redirect URIs.
Grant types the client can use.
Response types the client can use.
Authentication method for token endpoint.
none, client_secret_post Human-readable name of the client.
URL of the client's home page.
URL of the client's logo.
Space-separated list of granted scopes.

