How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Hilbert's Program API

The backend API of the Hilbert growth-infrastructure application. Its OpenAPI 3.0.0 document is published unauthenticated through a Swagger UI at https://app-api.hilberts.ai/api-docs. The document declares two security schemes (Auth0-issued bearer JWT and an x-api-key header for server-to-server calls) and eight component schemas covering users, organizations, metric calculation, and project goal tracking, but its paths object is empty, so no operations are documented. The production base URL is https://app-api.hilberts.ai/api/v1, observed as the configured API base and Auth0 audience in the application's own public JavaScript bundle; the spec's own servers[] block still carries the development placeholder http://localhost:3000/api/v1.

This API exposes 0 operations across 0 paths, and defines 8 schemas. It is described by OpenAPI 3.0.0, at version 1.0.0.

Requests are made against 2 base URLs: https://app-api.hilberts.ai/api/v1, http://localhost:3000/api/v1.

0 operations 0 paths 8 schemas

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
1.0.0
Base URL
https://app-api.hilberts.ai/api/v1
Authentication
HTTP Bearer, API Key
License

Authentication & Security 2

Hilbert's Program API declares 2 security schemes for authenticating requests. It accepts HTTP bearer tokens (JWT) (bearerAuth). An API key is passed in the header as x-api-key (apiKey).

  • apiKey — API key for server to server authentication

Schemas 8

The contract defines 8 schemas that model the data the API accepts and returns. The most detailed are Organization (8 properties), User (8 properties), MetricCalculationRequest (7 properties), MetricCalculationErrorResponse (2 properties). Each schema is shown below with its type and property counts.

Error
object
2 properties
User
object
8 properties
Organization
object
8 properties
MetricCalculationRequest
object
7 properties 6 required
MetricCalculationResponse
object
2 properties
MetricCalculationErrorResponse
object
2 properties
UpdateProjectGoalTrackingsOfOrganizationRequest
object
1 property
UpdateProjectGoalTrackingsOfOrganizationResponse
object
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

hilberts-ai-program-api-openapi.yml Raw ↑
Where this information came from

This is an independent, third-party profile of Hilbert's Program API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.