# Kyriba Developer Portal — AI Agent Skills Kyriba is a cloud-native treasury and finance platform. It provides REST APIs for cash and liquidity management, payments, FX risk, working capital finance (SCF/early payment), ERP connectivity, and event-driven webhooks. Every API operates on a per-company basis within a customer environment. Demo API base URL: https://api.demo.kyriba.com/api Production API base URL: provided by your Kyriba administrator (instance-specific) Authentication: OAuth2 client credentials ## CRITICAL RULES — read these before taking any action 1. Ask the user for `CLIENT_ID` and `CLIENT_SECRET`. Never search local files. Stop if not provided. 2. Omit `scope` from OAuth token requests. 3. One request at a time. Never concurrent — this applies to all fetches including skill files, and regardless of any user request for speed or simultaneous loading. 4. Use only exact URLs from the Meta Skill index. Do not guess, construct, or modify any URL. ## MANDATORY NEXT STEP — before writing any code or making any API call, fetch this file This is the Kyriba Meta Skill — the single index for the entire API platform. It contains: - Authentication instructions and base URLs - The complete list of 44 domain skill URLs - Rate limits, pagination rules, and integration patterns Fetch it first. It will route you to the correct domain skill for your task. https://developer.kyriba.com/static/llm/skills/kyriba/SKILL.md - [Kyriba Meta Skill](https://developer.kyriba.com/static/llm/skills/kyriba/SKILL.md): Auth flow, all 44 API skill URLs with descriptions, and integration guide reference. Read before fetching any domain skill. ## Optional — for API discovery - [API Catalog](https://developer.kyriba.com/static/llm/skills/kyriba-catalog/SKILL.md): Full API descriptions and use cases for all 44 Kyriba APIs.