Skip to main content

ArmorIQ SDK - Build secure AI agents with cryptographic intent verification.

Project description

ArmorIQ SDK

Build secure AI agents with cryptographic intent verification.

The ArmorIQ SDK enables developers to build AI agents with built-in security and auditability. Just one API key - no cloud complexity.


Why ArmorIQ?

  • Simple - Just one API key, no cloud credentials
  • Secure - Cryptographic verification for every action
  • Auditable - Complete execution trail
  • Fast - Get started in 5 minutes

Installation

pip install armoriq-sdk

Quick Start

1. Get Your API Key

Visit platform.armoriq.ai to generate your API key.

2. Initialize the Client

from armoriq_sdk import ArmorIQClient

client = ArmorIQClient(
    api_key="ak_your_key_here",
    user_id="your-user-id",
    agent_id="your-agent-id"
)

3. Capture Your Plan

plan = {
    "goal": "Get weather forecast",
    "steps": [
        {
            "action": "get_weather",
            "tool": "weather_api",
            "inputs": {"city": "Boston"}
        }
    ]
}

plan_capture = client.capture_plan(
    llm="gpt-4",
    prompt="What's the weather in Boston?",
    plan=plan
)

4. Get Intent Token

token = client.get_intent_token(plan_capture)

5. Invoke Actions

result = client.invoke(
    mcp_name="weather-mcp",
    action="get_weather",
    intent_token=token,
    inputs={"city": "Boston"}
)

print(result)

Documentation

For complete documentation, visit docs.armoriq.ai


Links


License

MIT License - see LICENSE file for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

armoriq_sdk-0.3.0.tar.gz (67.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

armoriq_sdk-0.3.0-py3-none-any.whl (57.4 kB view details)

Uploaded Python 3

File details

Details for the file armoriq_sdk-0.3.0.tar.gz.

File metadata

  • Download URL: armoriq_sdk-0.3.0.tar.gz
  • Upload date:
  • Size: 67.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for armoriq_sdk-0.3.0.tar.gz
Algorithm Hash digest
SHA256 43d31694ac2de5595da46019a6e6e45b987e63d4ca84541bb538660a88715ff9
MD5 c8e2752b0a59daabd585437a2b4f2297
BLAKE2b-256 fc536572fb2db4ab02b988924e5daa950f4c977a488ef5c79b1317cd39e75b2f

See more details on using hashes here.

Provenance

The following attestation bundles were made for armoriq_sdk-0.3.0.tar.gz:

Publisher: publish.yml on armoriq/armoriq-sdk-customer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file armoriq_sdk-0.3.0-py3-none-any.whl.

File metadata

  • Download URL: armoriq_sdk-0.3.0-py3-none-any.whl
  • Upload date:
  • Size: 57.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for armoriq_sdk-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 91e7286999e9f0ee0352fd9e89616df3385e16b4d496eaf4d01555d1c499ba58
MD5 60ba64ada4f3909974a78a19ce75e7b8
BLAKE2b-256 ff8c4e80d78a34dec9078c182e03e665196b63c04a2c587cdb2e984eb7d78d5d

See more details on using hashes here.

Provenance

The following attestation bundles were made for armoriq_sdk-0.3.0-py3-none-any.whl:

Publisher: publish.yml on armoriq/armoriq-sdk-customer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page