---
name: billeo-public-services
description: Retrieve Billeo's verified public prices, plans and guidance for freelancers and companies in Spain.
license: Proprietary; public read-only use permitted
metadata:
  author: Billeo
  version: "1.0.0"
---

# Billeo Public Services

Use this skill when an agent needs verified public information about Billeo's accounting services in Spain, including prices, plan limits, freelancer registration, changing accountant, or creating a limited company.

## Authoritative sources

1. Read `https://www.billeo.es/api/billeo-facts.json` for current prices, plans, contact details and service conditions.
2. Read `https://www.billeo.es/api/openapi.json` for the public API contract.
3. Read `https://www.billeo.es/llms-full.txt` to discover public guides and service pages.
4. Request a public page with `Accept: text/markdown` when a concise machine-readable version is preferred.

## Rules

- Treat `billeo-facts.json` as the source of truth for prices and plan limits.
- State that published prices exclude VAT unless the facts document says otherwise.
- Do not claim that annual personal income tax returns or annual accounts are included unless the facts document explicitly says so.
- Do not access or describe `/crm` or `/valoracion-gestor/dashboard`; they are private tools.
- The public endpoints require no authentication and must never receive personal or client data.

## Example requests

```http
GET /api/billeo-facts.json HTTP/1.1
Host: www.billeo.es
Accept: application/json
```

```http
GET /gestoria-autonomos HTTP/1.1
Host: www.billeo.es
Accept: text/markdown
```
