Developer documentation

Build with Ibn Miyeta Group software.

Everything you need to integrate with our SaaS platforms — APIs, SDKs, authentication, examples, release notes and roadmap.

01

Getting Started

Sign up, create a workspace, generate API keys and make your first request. Our platforms follow REST conventions, use JSON payloads and support OAuth 2.0 as well as bearer tokens for machine-to-machine access.

  • Create an account and workspace
  • Generate an API key from Settings → Developers
  • Make your first request against api.ibnmiyetagroup.com
  • Review rate limits and pagination

02

API Reference

Public REST APIs following predictable naming and consistent error handling. Every endpoint returns machine-readable errors and pagination cursors, and every mutation supports idempotency keys.

curl https://api.ibnmiyetagroup.com/v1/status \
  -H "Authorization: Bearer $IMG_API_KEY"

03

SDKs

Official SDKs help you integrate faster with typed clients and helpers for retries, pagination and webhook verification.

  • JavaScript / TypeScript (Node & browsers)
  • Python (3.10+)
  • Go
  • Community libraries curated by our developer relations team

04

Authentication

Machine-to-machine access uses bearer API keys scoped to a workspace and role. User-facing integrations use OAuth 2.0 with PKCE. Enterprise identities can federate via SAML and SCIM.

  • Bearer API keys per workspace
  • OAuth 2.0 with PKCE for user integrations
  • SAML 2.0 for enterprise SSO
  • SCIM 2.0 for user provisioning

05

Examples

End-to-end examples for common integration patterns — from ingesting data into Orixa Invest, to issuing credentials from Queniom, to reading events from Miyeta Protocol.

  • Ingest an opportunity into Orixa Invest
  • Issue a verifiable credential with Queniom
  • Consume Miyeta Protocol event webhooks

06

Release Notes

We publish release notes for every meaningful shipping update — new endpoints, breaking changes (announced with deprecation windows), performance improvements and SDK updates.

07

Roadmap

The Ibn Miyeta Group public roadmap tracks near-term and long-horizon product direction. It is an indication of intent, not a contractual commitment.

  • Now: shipping enterprise SSO on Orixa Invest
  • Next: broaden Queniom's verification API surface
  • Later: Miyeta Protocol developer sandbox general availability