# AuraVMS agent index

AuraVMS is RFQ and supplier-quotation software for small businesses. Agents can use the documented REST API or MCP surface to inspect suppliers and RFQs, compare quotes, create procurement records, send reminders, and place orders.

## Choose an interface

- [Agent skill](https://www.auravms.com/skills.md) — task instructions, safety boundaries, and workflow guidance.
- [OpenAPI 3.1](https://www.auravms.com/openapi.json) — complete REST contract with operation IDs, input schemas, response schemas, and JSON errors.
- [MCP server card](https://www.auravms.com/.well-known/mcp/server-card.json) — tool discovery and live MCP endpoint.
- [REST API guide](https://www.auravms.com/api.md) — concise human-readable endpoint guide.
- [Authentication](https://www.auravms.com/auth.md) — JWT and API-key setup.
- [Full documentation](https://www.auravms.com/docs) — examples and restricted operations.

## Recommended workflow

1. Read the skill and authentication guide.
2. Use read-only operations to resolve supplier, RFQ, item, and response identifiers.
3. Explain and confirm any action that emails a supplier or creates, closes, or awards a business record.
4. Send a Bearer token only to api.auravms.com or the declared AuraVMS MCP endpoint.

## Public discovery

- ARD: https://www.auravms.com/.well-known/ard.json
- API catalog: https://www.auravms.com/.well-known/api-catalog
- Agent Skills index: https://www.auravms.com/.well-known/agent-skills/index.json
- Public status: https://www.auravms.com/api/v1/status
- llms.txt: https://www.auravms.com/llms.txt
