← Back to portfolio

Public API documentation

This site exposes a small, read-only JSON surface intended for agent discovery and lightweight integrations.

Resources

Authentication

Discovery metadata is published for OAuth 2.0 and OpenID Connect:

The public portfolio endpoints remain readable without auth on this static deployment. If you later protect APIs behind an authorization server, keep these well-known documents aligned with your live OAuth/OIDC endpoints.

Example response

{
  "status": "ok",
  "service": "portfolio-api",
  "public": true
}