aid: faros url: https://raw.githubusercontent.com/api-evangelist/faros/refs/heads/main/apis.yml name: Faros AI kind: company description: Faros AI is an engineering-operations intelligence platform (software engineering intelligence / SEI) that ingests data from across the SDLC toolchain into a connected canonical model and exposes it for querying. The platform offers a REST API for events and data ingestion at https://prod.api.faros.ai plus a GraphQL query API over the canonical model, with an open-source Faros Community Edition. image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg tags: - Engineering Operations - Software Engineering Intelligence - SEI - DORA Metrics - Developer Productivity - Data Ingestion created: '2026-06-21' modified: '2026-06-21' specificationVersion: '0.19' apis: - aid: faros:faros-events-ingestion-rest-api name: Faros Events / Ingestion API (REST) tags: - Events - Ingestion - REST - CI/CD image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg humanURL: https://docs.faros.ai/reference/getting-api-access baseURL: https://prod.api.faros.ai properties: - url: https://docs.faros.ai/reference/getting-api-access type: Documentation - url: https://docs.faros.ai/docs/the-custom-flows-api type: APIReference - url: openapi/faros-openapi.yml type: OpenAPI description: REST API for ingesting events and writing data into the Faros canonical model. Uses an API key passed in the Authorization header against the https://prod.api.faros.ai base URL, with endpoints for account/identity, graph management, and event ingestion. Backed by the open-source faros-events-cli and faros-js-client. - aid: faros:faros-graphql-query-api name: Faros GraphQL Query API tags: - GraphQL - Query - Canonical Model - Hasura image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg humanURL: https://docs.faros.ai/docs/querying-data baseURL: https://prod.api.faros.ai properties: - url: https://docs.faros.ai/docs/querying-data type: Documentation - url: https://docs.faros.ai/docs/using-graphiql-application-to-query-data type: APIReference - url: graphql/faros-graphql.md type: GraphQL - url: openapi/faros-openapi.yml type: OpenAPI description: Hasura-powered GraphQL API for querying the connected canonical model spanning the whole SDLC (50+ entities across VCS, CI/CD, task management, QA, incident management, compute, and org namespaces). Queries are issued to POST /graphs/{graph}/graphql, where graph is typically "default". - aid: faros:faros-deployments-ci-cd-api name: Faros Deployments / CI-CD API tags: - Deployments - CI/CD - Builds - DORA Metrics image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg humanURL: https://github.com/faros-ai/faros-events-cli baseURL: https://prod.api.faros.ai properties: - url: https://docs.faros.ai/reference/getting-api-access type: Documentation - url: https://github.com/faros-ai/faros-events-cli type: APIReference - url: openapi/faros-openapi.yml type: OpenAPI description: Reports CI (build), CD (deployment), and TestExecution events into the platform to power DORA metrics and delivery analytics. Surfaced through the events ingestion REST API and the faros-events-cli / faros-cicd-github-action open-source tooling. - aid: faros:faros-webhooks-api name: Faros Webhooks API tags: - Webhooks - Events - Ingestion image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg humanURL: https://docs.faros.ai/docs/configuring-your-source-system-with-webhooks baseURL: https://prod.api.faros.ai properties: - url: https://docs.faros.ai/docs/configuring-your-source-system-with-webhooks type: Documentation - url: openapi/faros-openapi.yml type: OpenAPI description: Inbound webhook endpoints that let source systems push events into Faros. Each webhook definition provides a unique URL of the form POST /webhooks/{webhook_id}/events for delivering events to the platform. common: - type: GitHubOrganization url: https://github.com/faros-ai - type: LinkedIn url: https://www.linkedin.com/company/faros-ai - type: Website url: https://www.faros.ai - type: Documentation url: https://docs.faros.ai - type: Plans url: plans/faros-plans-pricing.yml - type: RateLimits url: rate-limits/faros-rate-limits.yml - type: FinOps url: finops/faros-finops.yml maintainers: - FN: Kin Lane email: kin@apievangelist.com