# Real-Time LCA Docs ## Docs - [Prompts](https://docs.realtimelca.com/agent-ready/prompts.md): Ready-to-copy prompts for working with Real-Time LCA - [Skills](https://docs.realtimelca.com/agent-ready/skills.md): Reusable agent capabilities for Real-Time LCA - [Connect to RTLCA × Autodesk](https://docs.realtimelca.com/ai-tools/autodesk-mcp.md): Connect AI clients to the Real-Time LCA MCP server scoped to Autodesk Forma and Revit - [Introduction](https://docs.realtimelca.com/ai-tools/introduction.md): Connect AI clients to Real-Time LCA via the MCP server - [Connect to RTLCA](https://docs.realtimelca.com/ai-tools/rtlca-mcp.md): Wire your AI client to the Real-Time LCA MCP server - [Authenticate user](https://docs.realtimelca.com/api-reference/auth/authenticate-user.md): Authenticates a user using email and password credentials. The response returns a bearer token that must be supplied as `Authorization: Bearer ` on every other endpoint. - [BuildingProject Enums](https://docs.realtimelca.com/api-reference/enums/buildingproject-enums.md) - [Material DeclaredMassUnit Enums](https://docs.realtimelca.com/api-reference/enums/material-declaredmassunit-enums.md) - [Material DeclaredUnit Enums](https://docs.realtimelca.com/api-reference/enums/material-declaredunit-enums.md) - [Material EPDProductIndustryType Enums](https://docs.realtimelca.com/api-reference/enums/material-epdproductindustrytype-enums.md) - [Material EPDSpecificationForm Enums](https://docs.realtimelca.com/api-reference/enums/material-epdspecificationform-enums.md) - [Material Indicator Enums](https://docs.realtimelca.com/api-reference/enums/material-indicator-enums.md) - [Material StageType Enums](https://docs.realtimelca.com/api-reference/enums/material-stagetype-enums.md) - [Material TagsTypesForms Enums](https://docs.realtimelca.com/api-reference/enums/material-tagstypesforms-enums.md) - [Introduction](https://docs.realtimelca.com/api-reference/introduction.md): REST API reference for the Real-Time LCA (Life Cycle Assessment) service - [Construction Search](https://docs.realtimelca.com/api-reference/library/construction-search.md): Search for **Constructions** in the system. This endpoint returns a paginated list of constructions matching the specified filter criteria. - [Create Construction](https://docs.realtimelca.com/api-reference/library/create-construction.md): Creates a new **construction material** in the system. A construction is a composite material made up of one or more EPD (Environmental Product Declaration) references, each with its own lifespan and unit configuration. - [Create EPD](https://docs.realtimelca.com/api-reference/library/create-epd.md): Creates a new **EPD (Environmental Product Declaration)** material entry in the system. This endpoint registers a material with full lifecycle assessment (LCA) data, multi-language metadata, and declared unit information. - [Create EPD (Bulk)](https://docs.realtimelca.com/api-reference/library/create-epd-bulk.md): Creates one or more EPD (Environmental Product Declaration) material entries in bulk. This endpoint accepts an array of material objects and persists them for the specified tenant. - [Delete Construction](https://docs.realtimelca.com/api-reference/library/delete-construction.md): Permanently deletes a specific construction or material record identified by its `materialId`. - [Delete EPD](https://docs.realtimelca.com/api-reference/library/delete-epd.md): Given a `materialId`, this request permanently deletes the specified material from the system. - [Documentation Upload](https://docs.realtimelca.com/api-reference/library/documentation-upload.md): Uploads a material to the system via a `POST` request to the `Material/upload` endpoint. - [Flag deprecated or faulty](https://docs.realtimelca.com/api-reference/library/flag-deprecated-or-faulty.md): Flags one or more materials as **deprecated** or **faulty**. This endpoint accepts an array of material flag objects and updates the flag status for each specified material. - [Get Construction Details](https://docs.realtimelca.com/api-reference/library/get-construction-details.md): Retrieves the full details of a specific **construction** by its unique identifier. A construction is a composite building element (e.g. a facade wall) made up of one or more EPD-backed materials, with aggregated LCIA (Life Cycle Impact Assessment) results across lifecycle modules. - [Get Datasources](https://docs.realtimelca.com/api-reference/library/get-datasources.md): Retrieves the list of available data sources (EPD programme operators and databases) registered in the system. - [Get File](https://docs.realtimelca.com/api-reference/library/get-file.md) - [Get Material Details](https://docs.realtimelca.com/api-reference/library/get-material-details.md): Retrieves the full details of a specific material by its unique identifier. The response includes EPD (Environmental Product Declaration) metadata, LCIA (Life Cycle Impact Assessment) results, declared unit information, multilingual names and descriptions, and categorization data. - [Get Materials](https://docs.realtimelca.com/api-reference/library/get-materials.md): Retrieves a paginated list of materials associated with the authenticated tenant. Results include full EPD (Environmental Product Declaration) metadata, Life Cycle Impact Assessment (LCIA) results, declared unit information, and more. - [Get Owners](https://docs.realtimelca.com/api-reference/library/get-owners.md): Retrieves a list of all **owners** registered in the EPD (Environmental Product Declaration) service. Owners represent the organisations or companies that are responsible for EPD materials in the system. - [Material Search](https://docs.realtimelca.com/api-reference/library/material-search.md): Search and list materials from the EPD (Environmental Product Declaration) database with support for pagination, filtering, and keyword search. - [Material Search Tenants](https://docs.realtimelca.com/api-reference/library/material-search-tenants.md): Retrieves the list of available tenants that can be used to filter or scope material searches. - [Material Search v2](https://docs.realtimelca.com/api-reference/library/material-search-v2.md) - [Patch EPD](https://docs.realtimelca.com/api-reference/library/patch-epd.md): Partially updates one or more materials in the EPD (Environmental Product Declaration) database. Only the fields specified in `updateFieldPaths` will be modified — all other fields on the material records remain unchanged. - [Update EPD](https://docs.realtimelca.com/api-reference/library/update-epd.md): Creates or updates one or more materials in the system. If a material with the given `id` already exists, it will be updated; otherwise, a new material record is inserted. - [Get Project List](https://docs.realtimelca.com/api-reference/overview/get-project-list.md): Retrieves a list of building projects available to the authenticated user via the Hasura GraphQL endpoint. Supports filtering by building type, calculation, favorite, location, name, project status, and role, plus configurable ordering. The request body must contain the `GetProjectList` GraphQL oper… - [Add Type:Material](https://docs.realtimelca.com/api-reference/project/add-type:material.md): Adds a material of a specific type to an existing building project. The material is identified by its type and material identifiers, and can be configured with lifecycle, quantity, declared unit value pairs, tags, and BIM metadata. - [Automapping](https://docs.realtimelca.com/api-reference/project/automapping.md): Automatically maps materials for a specific building project using the AutoMap engine. This endpoint analyses the materials in the specified project branch and attempts to assign the most appropriate EPD (Environmental Product Declaration) mappings based on the provided configuration. - [Automapping Preview](https://docs.realtimelca.com/api-reference/project/automapping-preview.md): Triggers an **auto-mapping** operation for a specified building project. This endpoint attempts to automatically map building elements/materials to LCA data entries based on predefined rules and optionally copies mappings from another project. - [By Type Identifier](https://docs.realtimelca.com/api-reference/project/by-type-identifier.md): Retrieves special condition mappings filtered by a specific type identifier. This endpoint returns a list of special conditions associated with a given building project, area of construction, and LCA model, narrowed down by a particular special condition type and type identifier. - [Construction](https://docs.realtimelca.com/api-reference/project/construction.md) - [Create Project](https://docs.realtimelca.com/api-reference/project/create-project.md): Creates a new building project in the Real-Time LCA system. This endpoint accepts a comprehensive project configuration including address details, emission metadata, referenced areas, calculation parameters, energy data, and optional Speckle integration settings. - [CreateStreamAndDefaultBranches](https://docs.realtimelca.com/api-reference/project/createstreamanddefaultbranches.md): Creates a new Speckle stream along with its default branches. This endpoint initializes a stream by name and associates it with a predefined set of branch IDs, setting up the default branch structure for the project. - [Delete material](https://docs.realtimelca.com/api-reference/project/delete-material.md): Removes one or more material mappings from a specific building project. - [Delete Project](https://docs.realtimelca.com/api-reference/project/delete-project.md): Permanently deletes a Building Project identified by its unique ID. This action is **irreversible** — once deleted, the project and its associated data cannot be recovered. - [Delete Speckle Stream](https://docs.realtimelca.com/api-reference/project/delete-speckle-stream.md): Deletes a Speckle stream identified by its unique stream ID. This is a destructive operation — once a stream is deleted, it cannot be recovered. - [Download Project Report](https://docs.realtimelca.com/api-reference/project/download-project-report.md): Downloads a generated report file for a specific building project. The response is a binary file in **Excel (`.xlsx`) format** — identifiable by the ZIP/PK signature and the presence of `xl/worksheets/sheet1.xml` in the archive structure. - [Emissions over time [Accumulated]](https://docs.realtimelca.com/api-reference/project/emissions-over-time-[accumulated].md): Retrieves accumulated emissions data over time for a specific building project. The response provides a year-by-year breakdown of both embodied and operational emissions, allowing you to track how emissions evolve across the building's lifecycle. - [Epd](https://docs.realtimelca.com/api-reference/project/epd.md) - [Excel import](https://docs.realtimelca.com/api-reference/project/excel-import.md): Imports building materials into a specified building project from one or more Excel files. The uploaded file(s) are parsed and the materials are mapped into the project on the specified branch. - [Favorite](https://docs.realtimelca.com/api-reference/project/favorite.md): Marks or unmarks a building project as a favorite for the authenticated user. - [Generate Excel report](https://docs.realtimelca.com/api-reference/project/generate-excel-report.md): Generates and returns an Excel report in the **Standard Format 2025** for a specific building project. - [Generate XML report](https://docs.realtimelca.com/api-reference/project/generate-xml-report.md): Retrieves a full XML-formatted report for a specific building project. This endpoint returns structured report data that can be used for export, integration, or further processing. - [Get Dashboard](https://docs.realtimelca.com/api-reference/project/get-dashboard.md): Retrieves dashboard data for a specific project, filtered by a given indicator type mapping and a set of lifecycle assessment (LCA) stages. - [Get Dashboard Summary](https://docs.realtimelca.com/api-reference/project/get-dashboard-summary.md): Retrieves a dashboard summary for a specific project or dashboard, filtered by indicator type mapping and lifecycle assessment (LCA) stages. - [Get Project Details](https://docs.realtimelca.com/api-reference/project/get-project-details.md): Retrieves the full details of a single building project by its unique identifier. - [Get Project Events](https://docs.realtimelca.com/api-reference/project/get-project-events.md): Retrieves the emission timeline data for a specific building project, identified by its unique ID. The response contains time-series emission data that can be used to track and visualize how CO₂ emissions evolve over the lifecycle of a building project. - [Get Project Ids By Stream ID](https://docs.realtimelca.com/api-reference/project/get-project-ids-by-stream-id.md): Retrieves an overview of building projects filtered by a given Speckle stream ID. Use this endpoint to look up which building projects are associated with a specific Speckle stream. - [Get Project Material Mapping](https://docs.realtimelca.com/api-reference/project/get-project-material-mapping.md): Retrieves the material mapping for a specific building project. The response contains materials associated with the project, optionally grouped by type and filtered by model. - [Get Project Preview Image](https://docs.realtimelca.com/api-reference/project/get-project-preview-image.md): Retrieves the preview image for a specific building project identified by its stream ID. This is useful for displaying a visual thumbnail or snapshot of a project in a UI or dashboard. - [Get Project Preview Rotation Image](https://docs.realtimelca.com/api-reference/project/get-project-preview-rotation-image.md): Retrieves all preview images for a specific building project identified by its `streamId`. This is useful for displaying visual previews of a project's 3D model or building data within a client application. - [Get Project Reports](https://docs.realtimelca.com/api-reference/project/get-project-reports.md): Retrieves all report blob files associated with a specific building project. Each blob represents a generated report file (e.g., an Excel spreadsheet) stored for the project, along with its metadata. - [Get Project User List](https://docs.realtimelca.com/api-reference/project/get-project-user-list.md): Retrieves the list of users associated with a specific building project, identified by its unique project ID. - [Get Version Preview Rotation Image](https://docs.realtimelca.com/api-reference/project/get-version-preview-rotation-image.md) - [Invite user](https://docs.realtimelca.com/api-reference/project/invite-user.md): Invites a user to a specific building project, assigning them a role within that project. - [LifeTimeTableDK](https://docs.realtimelca.com/api-reference/project/lifetimetabledk.md): Retrieves the full lifetime table for construction elements, mapping each construction type to the expected lifetimes (in years) of its associated materials. This data is used in LCA (Life Cycle Assessment) calculations to determine how long materials within a given construction element are expected… - [List Material Waste Mappings](https://docs.realtimelca.com/api-reference/project/list-material-waste-mappings.md): Retrieves all material waste mappings associated with a specific building project. This endpoint returns the waste mapping data that links materials used in the project to their corresponding waste categories or disposal routes, supporting Life Cycle Assessment (LCA) calculations. - [Material](https://docs.realtimelca.com/api-reference/project/material.md) - [Transport Mappings](https://docs.realtimelca.com/api-reference/project/transport-mappings.md): Retrieves transport mapping data for a specific building project. For each material provided in the request body, the API returns the associated transport mapping information, including whether a mapping exists and which mapped material is linked. - [Tree](https://docs.realtimelca.com/api-reference/project/tree.md) - [Type](https://docs.realtimelca.com/api-reference/project/type.md) - [Uninvite user](https://docs.realtimelca.com/api-reference/project/uninvite-user.md): Removes a user from a specific Building Project, revoking their access and membership. - [Update Calculation Assumptions](https://docs.realtimelca.com/api-reference/project/update-calculation-assumptions.md): Updates the calculation assumptions for a specific building project. This endpoint allows you to configure referenced areas, calculation type, heat area, soil data, energy data, and project metadata used in the LCA (Life Cycle Assessment) calculations. - [Update Material properties](https://docs.realtimelca.com/api-reference/project/update-material-properties.md): Updates the material properties for a specific building project. This endpoint accepts an array of material property objects, allowing bulk updates to multiple materials in a single request. - [Update Project](https://docs.realtimelca.com/api-reference/project/update-project.md): Updates the base information of an existing building project. Send a `PUT` request with the project UUID as a path variable and a JSON body containing the fields to update. - [Update SpeckleMetaData](https://docs.realtimelca.com/api-reference/project/update-specklemetadata.md): Updates the Speckle metadata associated with a specific building project. This endpoint links or refreshes the Speckle project metadata for the given building project, enabling synchronization between the LCA platform and Speckle. - [Update user role](https://docs.realtimelca.com/api-reference/project/update-user-role.md): Updates the role of a user within a specific Building Project. Use this endpoint to assign or change a project member's role (e.g., promoting a user to `project.admin`). - [ZIP of PDFs](https://docs.realtimelca.com/api-reference/project/zip-of-pdfs.md): Downloads a ZIP archive containing all EPD (Environmental Product Declaration) PDF files associated with a given building project. - [Active Tenant](https://docs.realtimelca.com/api-reference/user/active-tenant.md): This endpoint retrieves the active tenants associated with the user's applications. - [User](https://docs.realtimelca.com/api-reference/user/user.md): Retrieves the profile and account information for the currently authenticated user. This endpoint returns a comprehensive user object including identity details, tenant memberships, roles, and permissions. - [User Tenants](https://docs.realtimelca.com/api-reference/user/user-tenants.md): Retrieves the list of tenants associated with the currently authenticated user. This is useful for determining which tenants (organizations/accounts) a user belongs to, and can be used to switch context or scope subsequent requests to a specific tenant. - [Product Updates](https://docs.realtimelca.com/changelog.md): New features, improvements, and fixes for Real-Time LCA. - [Beta programs](https://docs.realtimelca.com/get-involved/beta-programs.md): Try new functionality early and help shape it — what to expect when you join a beta. - [AI Classification](https://docs.realtimelca.com/get-involved/beta-programs/ai-classification.md): Let AI suggest building-element classification codes when your BIM source codes are missing or incorrect. - [SI Agent](https://docs.realtimelca.com/get-involved/beta-programs/si-agent.md): A conversational AI built natively into Real-Time LCA, powered by the MCP server. - [Community](https://docs.realtimelca.com/get-involved/community.md): Join the Real-Time LCA community — ask questions, request features, and see what's coming next. - [Meetups](https://docs.realtimelca.com/get-involved/meetups.md): Meet the community and the team behind Real-Time LCA in person. - [Welcome](https://docs.realtimelca.com/index.md): Get started with Real-Time LCA — the platform for sustainable building projects. - [Assumptions and defaults](https://docs.realtimelca.com/methodology-and-compliance/assumptions-and-defaults.md): The default values Real-Time LCA uses for reference study period, transport, construction waste, end-of-life scenarios, and reference service life — and where you can override them. - [Certification schemes](https://docs.realtimelca.com/methodology-and-compliance/certification-schemes.md): Voluntary building sustainability schemes Real-Time LCA can support — DGNB, BREEAM, LEED, and others. - [Data quality](https://docs.realtimelca.com/methodology-and-compliance/data-quality.md): How Real-Time LCA documents the provenance of every emission value, versions EPD data, and keeps historical reports reproducible. - [EN 15804+A2](https://docs.realtimelca.com/methodology-and-compliance/en-15804.md): The European Product Category Rules for construction-product Environmental Product Declarations (EPDs). - [EN 15978](https://docs.realtimelca.com/methodology-and-compliance/en-15978.md): The European calculation method for whole-building LCA — Real-Time LCA's central calculation standard. - [Methodology & Compliance](https://docs.realtimelca.com/methodology-and-compliance/index.md): How Real-Time LCA calculates results and which standards, frameworks, and national regulations the platform supports. - [ISO standards](https://docs.realtimelca.com/methodology-and-compliance/iso-standards.md): The parent ISO standards that underpin whole-building LCA in Real-Time LCA. - [Level(s) framework](https://docs.realtimelca.com/methodology-and-compliance/levels.md): The European Commission's voluntary reporting framework for sustainable buildings — available in every country Real-Time LCA supports. - [Denmark](https://docs.realtimelca.com/methodology-and-compliance/national-compliance/denmark.md): Calculation types Real-Time LCA provides for Danish building regulations — BR18, Low emission, and Reduction roadmap. - [Faroe Islands](https://docs.realtimelca.com/methodology-and-compliance/national-compliance/faroe-islands.md): Real-Time LCA support for the Faroe Islands — uses the Danish BR18 (2023) regulation directly. - [Finland](https://docs.realtimelca.com/methodology-and-compliance/national-compliance/finland.md): Real-Time LCA support for the Finnish Climate Declaration for buildings, 2026–2028 and 2029 rulesets. - [Germany](https://docs.realtimelca.com/methodology-and-compliance/national-compliance/germany.md): Real-Time LCA support for the German QNG quality label — base, PLUS, and PREMIUM tiers. - [Greenland](https://docs.realtimelca.com/methodology-and-compliance/national-compliance/greenland.md): Real-Time LCA support for Greenland — uses the Danish BR18 (2023) regulation directly. - [Iceland](https://docs.realtimelca.com/methodology-and-compliance/national-compliance/iceland.md): Real-Time LCA support for Iceland's HMS calculation type for building-level greenhouse-gas reporting. - [Ireland](https://docs.realtimelca.com/methodology-and-compliance/national-compliance/ireland.md): Real-Time LCA support for the Irish Green Building Council Whole Life Carbon (WLC) framework. - [Norway](https://docs.realtimelca.com/methodology-and-compliance/national-compliance/norway.md): Calculation types Real-Time LCA provides for Norwegian building regulations — TEK17 and NS 3720. - [Other](https://docs.realtimelca.com/methodology-and-compliance/national-compliance/other.md): Countries supported in Real-Time LCA via the Level(s) framework and Custom calculation types only — no national regulatory calculation type configured. - [Sweden](https://docs.realtimelca.com/methodology-and-compliance/national-compliance/sweden.md): Real-Time LCA support for the Swedish Klimatdeklaration regulation issued by Boverket. - [Add your materials to the inventory](https://docs.realtimelca.com/use-cases/add-materials-to-inventory.md): Use the MCP to import a QTO, bill of quantities, or similar file into your project inventory - [Map materials to EPDs](https://docs.realtimelca.com/use-cases/map-materials-to-epds.md): Use the MCP to link your inventory materials to EPDs, one user-confirmed batch at a time - [Quality assurance](https://docs.realtimelca.com/use-cases/quality-assurance.md): Verify your project is complete and trustworthy before generating reports - [Account and User settings](https://docs.realtimelca.com/user-guide/account-and-user-settings.md): Manage your profile, security, workspace users, organizations, and language. - [Activate your account](https://docs.realtimelca.com/user-guide/activate-account.md): Activate your Real-Time LCA user and sign in for the first time. - [Help and feedback](https://docs.realtimelca.com/user-guide/help-and-feedback.md): Reach the docs, the community, and the product team from anywhere in the app. - [Integrations](https://docs.realtimelca.com/user-guide/integrations.md): Connect Real-Time LCA to your modeling tools, file formats, and developer APIs. - [AI tools](https://docs.realtimelca.com/user-guide/integrations/ai-tools.md): Connect AI clients to Real-Time LCA via the MCP server. - [Excel file upload](https://docs.realtimelca.com/user-guide/integrations/excel-file-upload.md): Bring materials or types into a Real-Time LCA project from a spreadsheet. - [IFC file upload](https://docs.realtimelca.com/user-guide/integrations/ifc-file-upload.md): Bring a model into Real-Time LCA by uploading an IFC export. - [REST API](https://docs.realtimelca.com/user-guide/integrations/rest-api.md): Drive Real-Time LCA programmatically from your own tools and scripts. - [Introduction to Speckle](https://docs.realtimelca.com/user-guide/integrations/speckle.md): Stream BIM models from your authoring tool into Real-Time LCA via Speckle. - [ArchiCAD](https://docs.realtimelca.com/user-guide/integrations/speckle/archicad.md): Publish ArchiCAD projects to Real-Time LCA through the Speckle Connector for ArchiCAD. - [Grasshopper](https://docs.realtimelca.com/user-guide/integrations/speckle/grasshopper.md): Parametric workflows from Grasshopper into Real-Time LCA — work in progress. - [Revit](https://docs.realtimelca.com/user-guide/integrations/speckle/revit.md): Send Revit models to Real-Time LCA through the Speckle Connector for Revit. - [Rhino](https://docs.realtimelca.com/user-guide/integrations/speckle/rhino.md): Stream Rhino geometry into Real-Time LCA via Speckle. - [Library](https://docs.realtimelca.com/user-guide/library.md): Browse materials and constructions, build collections, and create your own EPDs. - [Constructions](https://docs.realtimelca.com/user-guide/library/constructions.md): Reusable build-ups composed of several materials. - [Browse constructions](https://docs.realtimelca.com/user-guide/library/constructions/browse-constructions.md): View the Constructions list and inspect a build-up's layers and indicator values. - [Materials](https://docs.realtimelca.com/user-guide/library/materials.md): Single products and EPDs available to your projects. - [Browse materials](https://docs.realtimelca.com/user-guide/library/materials/browse-materials.md): View, inspect, search, filter, compare, clone, and favorite materials. - [Collections](https://docs.realtimelca.com/user-guide/library/materials/collections.md): Group the materials your team reuses across projects. - [Create materials](https://docs.realtimelca.com/user-guide/library/materials/create-materials.md): Add a new material to your Library — either a verified EPD or a custom (non-verified) entry. - [Non-verified (Custom)](https://docs.realtimelca.com/user-guide/library/materials/create-materials/non-verified-custom.md): Add a custom material with manually entered values when no EPD is available. - [Verified EPDs](https://docs.realtimelca.com/user-guide/library/materials/create-materials/verified-epds.md): Add a published EPD to the Library. - [Project](https://docs.realtimelca.com/user-guide/project.md): Projects are where you model, calculate, and document the carbon impact of your buildings. - [Create a new project](https://docs.realtimelca.com/user-guide/project/create-new-project.md): Step through the Real-Time LCA project wizard from Location to Speckle Connection. - [Material Mapping](https://docs.realtimelca.com/user-guide/project/material-mapping.md): Link the elements in your model to materials in the Library so the calculation has real data to work with. - [Project Dashboard](https://docs.realtimelca.com/user-guide/project/project-dashboard.md): The hub for a single project — emissions, mapping, models, reports, and project-level actions. - [Project Overview](https://docs.realtimelca.com/user-guide/project/project-overview.md): Find, filter, and open the projects that belong to your organization. - [Project Settings](https://docs.realtimelca.com/user-guide/project/project-settings.md): Project-level actions reached from the Project menu — manage users, edit, clone, or delete a project. - [Transport Mapping](https://docs.realtimelca.com/user-guide/project/transport-mapping.md): Assign transport emission factors to the inventory so A4 (transport to site) is calculated per material. - [Waste Sorting](https://docs.realtimelca.com/user-guide/project/waste-sorting.md): Record on-site waste sortings per fraction so end-of-life emissions and waste-treatment scenarios are calculated correctly. ## OpenAPI Specs - [realtime-lca-openapi](https://docs.realtimelca.com/api-reference/realtime-lca-openapi.yaml)