Build on Olyron
Integrate Olyron identity, access platform APIs, and build on top of the operating platform.
Olyron SSO Integration
Add "Sign in with Olyron" to your application in minutes. Olyron acts as an OIDC-compliant identity provider with OAuth 2.1 + PKCE for secure authentication.
// OIDC Discovery GET https://olyron.com/.well-known/openid-configuration // Authorize (PKCE) GET /auth/v1/authorize? client_id=YOUR_CLIENT_ID& redirect_uri=YOUR_CALLBACK& response_type=code& code_challenge=CHALLENGE& code_challenge_method=S256& scope=openid+email+profile // Token Exchange POST /auth/v1/token?grant_type=authorization_code
Olyron SSO / OIDC
Integrate "Sign in with Olyron" into any application using OAuth 2.1 with PKCE. Standard OIDC-compliant identity provider.
API Keys
Programmatic access to Olyron platform data. Manage organizations, members, and app configurations via REST API.
Webhooks
Event-driven notifications for org changes, member actions, and cross-app events. Subscribe to the events that matter.
CLI Tools
Command-line tools for managing Olyron resources, deploying configurations, and automating workflows.
Documentation
Full developer documentation is coming soon. Interested in early API access?
Contact Developer Relations