← Back to search
45
Partial
Agentic Readiness Score
developer llms-txtopenapiapi

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

# Method API Docs ## Docs - [Create Attributes](https://docs.methodfi.com/2025-12-01/reference/accounts/attributes/create.md) - [List all Attributes](https://docs.methodfi.com/2025-12-01/reference/accounts/attributes/list.md) - [The account attributes endpoint](https://docs.methodfi.com/2025-12-01/reference/accounts/attributes/overview.md) - [Retrieve Attributes](https://docs.methodfi.com/2025-12-01/reference/accounts/attributes/retrieve.md) - [Create a Balance](https://docs.methodfi.com/2025-12-01/reference/accounts/balances/create.md) - [List all Balances](https://docs.methodfi.com/2025-12-01/reference/accounts/balances/list.md) - [The balances endpoint](https://docs.methodfi.com/2025-12-01/reference/accounts/balances/overview.md) - [Retrieve a Balance](https://docs.methodfi.com/2025-12-01/reference/accounts/balances/retrieve.md) - [Create a Card Brand](https://docs.methodfi.com/2025-12-01/reference/accounts/card-brands/create.md) - [List all Card Brands](https://docs.methodfi.com/2025-12-01/reference/accounts/card-brands/list.md) - [The card brand endpoint](https://docs.methodfi.com/2025-12-01/reference/accounts/card-brands/overview.md) - [Retrieve a Card Brand](https://docs.methodfi.com/2025-12-01/reference/accounts/card-brands/retrieve.md) - [Withdraw an Account's Consent](https://docs.methodfi.com/2025-12-01/reference/accounts/consent/withdraw.md) - [Create an Account](https://docs.methodfi.com/2025-12-01/reference/accounts/create.md) - [List all Accounts](https://docs.methodfi.com/2025-12-01/reference/accounts/list.md) - [The account endpoint](https://docs.methodfi.com/2025-12-01/reference/accounts/overview.md) - [Create Payment Instruments](https://docs.methodfi.com/2025-12-01/reference/accounts/payment-instruments/create.md) - [List Payment Instruments](https://docs.methodfi.com/2025-12-01/reference/accounts/payment-instruments/list.md) - [The payment instrument endpoint](https://docs.methodfi.com/2025-12-01/reference/accounts/payment-instruments/overview

OpenAPI Spec (preview)

openapi: 3.0.0 info: title: Sample API description: >- Optional multiline or single-line description in [CommonMark](http://commonmark.org/help/) or HTML. version: 0.1.9 servers: - url: http://api.example.com/v1 description: Optional server description, e.g. Main (production) server - url: http://staging-api.example.com description: Optional server description, e.g. Internal staging server for testing paths: /users: get: summary: Returns a list of users.