← Back to search
45
Partial
Agentic Readiness Score
data openapiapillms-txt

Agentic Signals

📄
Found
🤖
ai-plugin.json
Not found
📖
OpenAPI Spec
Found
🔗
Structured API
Not found
🛡
Not specified
🏷
Schema.org Markup
Not found
MCP Server
Not found

Embed this badge

Show off your agentic readiness — the badge auto-updates when your score changes.

Agentic Ready 45/100

            

llms.txt Content

# Axle ## Docs - [MCP](https://docs.axle.insure/advanced/mcp.md): Set up Axle's MCP to grant AI tools the knowledge of Axle docs - [The Account object](https://docs.axle.insure/api-reference/accounts/account.md): An Account represents an account with an insurance carrier and includes high-level account information (e.g. name) and any Policy objects associated with the Account. - [Get Account](https://docs.axle.insure/api-reference/accounts/get-account.md): The Get Account endpoint will return an Account object including high-level account information (e.g., connection status) and any children objects (e.g., Policies) associated with the Account. Please note that this endpoint will NOT refresh the Account object with new data from the insurance carrier… - [Get Carrier](https://docs.axle.insure/api-reference/carriers/get-carrier.md): The Get Carrier endpoint returns a Carrier object that include additional details (such as image) about an Axle-supported insurance carrier. - [Get Carriers](https://docs.axle.insure/api-reference/carriers/get-carriers.md): The Get Carriers endpoint returns an array of Carrier objects which include additional details about Axle-supported insurance carriers. - [Proxy Ignition](https://docs.axle.insure/api-reference/ignition/proxy-ignition.md): Proxy insurance information on behalf of your user to Axle for processing and/or verification. This endpoint should ONLY be used when insurance information is gathered when the user is not present (such as a document received from an insurance carrier via mail). - [Start Ignition](https://docs.axle.insure/api-reference/ignition/start-ignition.md): Generate an Ignition session. Returns an ignitionToken and ignitionUri to direct the user to share their insurance information. The ignition session will never expire. - [Overview](https://docs.axle.insure/api-reference/overview.md): Learn about the Axle API - [Create Client](https://docs.axle.insure/api-reference/platform/create-client.md): Create a de

OpenAPI Spec (preview)

openapi: 3.0.0 info: title: Axle API contact: {} version: "0.1" servers: - description: Sandbox url: "https://sandbox.axle.insure" - description: Production url: "https://api.axle.insure" variables: {} security: - ApiKeyAuth: [] paths: /ignition: post: summary: Start Ignition description: Generate an Ignition session. Returns an ignitionToken and ignitionUri to direct the user to share their insurance information. The ignition session wil