IBEx Wallet

API

🤖 AI Agents

This page provides structured context for AI agents integrating with the IBEx Wallet API. Whether you're building an autonomous agent, a copilot, or an MCP tool — start with the skills.md file below.

📋
skills.md
View skills.md →

What is skills.md?

A skills.md file is a structured document that teaches AI agents how to interact with an application. It follows a standard format:

Quick Start for Agents

# 1. Read the skill file
GET /skills.md

# 2. Get the OpenAPI spec
GET /openapi.json

# 3. Authenticate
POST /v1.2/auth/sign-up   # or /v1.2/auth/sign-in
→ Returns JWT token

# 4. Use the API
GET /v1.2/users/me
Authorization: Bearer <jwt>

Resources

📋
skills.md
Structured skill file for AI agents
📐
openapi.json
Full OpenAPI 3.0 specification
📖
Human Docs
Integration guides and tutorials
API Explorer
Interactive Swagger UI